Html Css Color HEX #2F6106 Verdun Green

📋 copy color: '#2F6106'

red 47 ◦ green 97 ◦ blue 6

#2F6106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #2F6106

Tints of Verdun Green #2F6106

RGB

 RED value IS 47 (18.75% from 255) = 31.33%

 GREEN value IS 97 (38.28% from 255) = 64.67%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 31.33%
G = 64.67%
B = 4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#2F6106 (or 0x2F6106) is known color: Verdun Green. HEX triplet: 2F, 61 and 06. RGB value is (47,97,6). Sum of RGB (Red+Green+Blue) = 47+97+6=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6106 is #D09EF9. Grayscale: #474747. Windows color (decimal): -13672186 or 418095. OLE color: 418095.

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

Color convert

RGB 47 97 6 -
CMYK 0.52 0 0.94 0.62
HSL 92.97º 0.88% 0.2% -
HSV(B) 92.97º 0.94% 0.38% -
XYZ 5.48 9.17 1.65 -
YUV 71.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 47 97 6 0.52 0 0.94 0.62 92.97 0.88 0.2
Hex 2F 61 6 34 0 5E 3E 5D 58 14
Octal 57 141 6 64 0 136 76 135 130 24
Binary 101111 1100001 110 110100 0 1011110 111110 1011101 1011000 10100

Color Harmonies of #2F6106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6106

Black with #2F6106

Text Example


Text Example

White with #2F6106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F6106;
 }
 .AnyTagClassName
 {
   color: #2F6106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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