COLOR #034F00

HEX: #034F00
RGB: (3,79,0)

Color info

#034F00 contains mainly green color. Web safe color of #034F00 is #006600 (or #060).

RGB color model

#034F00 color RGB value is (3,79,0).

  • red value is 3;
  • green value is 79;
  • blue value is 0.
RGB:
(3,79,0)
(1%,31%,0%)

RGB channels and saturation

R 3 of 255 = 1%
G 79 of 255 = 31%
B 0 of 255 = 0%

3
79
0

R + G + B ~ 11%. #034F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 79 + 0 = 82 (100%)
R 3 of 82 ~ 3.66%
G 79 of 82 ~ 96.34%
B 0 of 82 ~ 0%

%96.34

CMYK color model

#034F00 color CMYK value is (96,0,100,69).

  • cyan value is 96.20%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 69.02%
CMYK:
(96,0,100,69)
C96M0Y100K69 
(96%,0%,100%,69%)
(0.96/0.00/1.00/0.69)	

CMYK percentages

%96.2
%0
%100
%69.02

Codes

Color #034F00 in popluar color models

034F00
RGB3790
HSL118°100.00%15.49%
HSB/HSV118°100.00%30.98%
CMYK96.20%0.00%100.00%
69.02%

Color #034F00 in popluar number systems.

HEX034F00
Decimal3790
Binary1110011110
Octal31170

Shades and tints

Shades of #034F00

#034F00
(3,79,0)
#034800
(3,72,0)
#034100
(3,65,0)
#033A00
(3,58,0)
#033300
(3,51,0)
#032C00
(3,44,0)
#032500
(3,37,0)
#031E00
(3,30,0)
#031700
(3,23,0)
#031000
(3,16,0)
#030900
(3,9,0)
#000000
(0,0,0)

Tints of #034F00

#034F00
(3,79,0)
#195F17
(25,95,23)
#2F6F2E
(47,111,46)
#457F45
(69,127,69)
#5B8F5C
(91,143,92)
#719F73
(113,159,115)
#87AF8A
(135,175,138)
#9DBFA1
(157,191,161)
#B3CFB8
(179,207,184)
#C9DFCF
(201,223,207)
#DFEFE6
(223,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034F00 color. Also use rgb(3,79,0) instead hex code.

Text Font Color

.myTextColor { color: #034F00; }

<p style="color:#034F00">This sample text font color is #034F00.</p>

This text font color is #034F00.


Background Color

.myBgColor { background-color: #034F00; }

<div style="background-color:#034F00">Inner text</div>

This div background color is #034F00.


Border color

.myBorderColor { border: 1px solid #034F00; }

<div style="border:3px solid #034F00">Div</div>

This div border color is #034F00.


Opacity

.myOpacity80 { color: #034F00; opacity: 0.8; }

<p style="color:#034F00;opacity:0.8;">80%</p>

Text with #034F00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #034F00;}

<p style="text-shadow: 3px 3px 1px #034F00">Text here.</p>

This text has shadow with #034F00 color.

.textShadow {text-shadow: 3px 3px 1px #034F00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #034F00, 5px 5px 20px red">Text here.</p>

This text has shadow with #034F00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#034F00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#034F00, Direction=45, Strength=4)">Text</p>

This text has shadow with #034F00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #034F00;
  -webkit-box-shadow:	1px 1px 3px 2px #034F00;
  box-shadow:		1px 1px 3px 2px #034F00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #034F00;
-webkit-box-shadow: 1px 1px 3px 2px #034F00;
box-shadow:1px 1px 3px 2px #034F00;">
Div content here</div>
This div box has shadow with color #034F00.

Preview

Color preview on black background

This text has color #034F00 on black background.


Color preview on white background

This text has color #034F00 on white background.



Black color preview on #034F00 background

This text has black color on #034F00 background.


White color preview on #034F00 background

This text has white color on #034F00 background.