#2F5F06

Color #2F5F06 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #2F5F06

Tints of Verdun Green #2F5F06

Color information

#2F5F06 (or 0x2F5F06) is unknown color: approx Verdun Green. HEX triplet: 2F, 5F and 06. RGB value is (47,95,6). Sum of RGB (Red+Green+Blue) = 47+95+6=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 95 (37.5% from 255 or 64.19% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5F06 is #D0A0F9. Grayscale: #464646. Windows color (decimal): -13672698 or 417583. OLE color: 417583.

HSL color Cylindrical-coordinate representation of color #2F5F06: hue angle of 92.36º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F5F06 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB47956-
CMYK0.5100.940.63
HSL92.36º88.12%19.8%-
HSV(B)92.36º93.68%37.25%-
XYZ5.38.81.59-
YUV70.591.6111.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 95 (37.5% from 255) = 64.19%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=31.76%
G=64.19%
B=4.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal479560.5100.940.6392.3688.1219.8
Hex2F5F63305E3F5c5814
Octal5713766301367713413024
Binary1011111011111110110011010111101111111011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5F06; }

 p { color: rgb(47,95,6); }

 H1.HeaderClassName
 {
   color: #2F5F06;
 }
 .AnyTagClassName
 {
   color: #2F5F06;
 }
</style>
background-color css

<style>
 a { background-color: #2F5F06; }

 a { background-color: rgb(47,95,6); }

 div.DivClassName
 {
   background-color: #2F5F06;
 }
 .BgClassName
 {
   background-color: #2F5F06;
 }
</style>
border-color css

<style>
 span { border-color: #2F5F06; }

 span { border-color: rgb(47,95,6); }

 td.TdClassName
 {
   border-color: #2F5F06;
 }
 .TagClassName
 {
   border-color: #2F5F06;
 }
</style>