Html Css Color HEX #2F5909 Verdun Green

📋 copy color: '#2F5909'

red 47 ◦ green 89 ◦ blue 9

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

Shades of Verdun Green #2F5909

Tints of Verdun Green #2F5909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 32.41%
G = 61.38%
B = 6.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#2F5909 (or 0x2F5909) is known color: Verdun Green. HEX triplet: 2F, 59 and 09. RGB value is (47,89,9). Sum of RGB (Red+Green+Blue) = 47+89+9=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5909 is #D0A6F6. Grayscale: #434343. Windows color (decimal): -13674231 or 612655. OLE color: 612655.

HSL color Cylindrical-coordinate representation of color #2F5909: hue angle of 91.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F5909 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 9 -
CMYK 0.47 0 0.90 0.65
HSL 91.5º 0.82% 0.19% -
HSV(B) 91.5º 0.9% 0.35% -
XYZ 4.79 7.77 1.51 -
YUV 67.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 47 89 9 0.47 0 0.90 0.65 91.5 0.82 0.19
Hex 2F 59 9 2F 0 5A 41 5C 52 13
Octal 57 131 11 57 0 132 101 134 122 23
Binary 101111 1011001 1001 101111 0 1011010 1000001 1011100 1010010 10011

Color Harmonies of #2F5909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5909

Black with #2F5909

Text Example


Text Example

White with #2F5909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,9); }

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

background-color css

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

 a { background-color: rgb(47,89,9); }

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

border-color css

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

 span { border-color: rgb(47,89,9); }

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