Html Css Color HEX #2F5905 Verdun Green

📋 copy color: '#2F5905'

red 47 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #2F5905

Tints of Verdun Green #2F5905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 33.33%
G = 63.12%
B = 3.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#2F5905 (or 0x2F5905) is known color: Verdun Green. HEX triplet: 2F, 59 and 05. RGB value is (47,89,5). Sum of RGB (Red+Green+Blue) = 47+89+5=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5905 is #D0A6FA. Grayscale: #434343. Windows color (decimal): -13674235 or 350511. OLE color: 350511.

HSL color Cylindrical-coordinate representation of color #2F5905: hue angle of 90º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F5905 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 5 -
CMYK 0.47 0 0.94 0.65
HSL 90º 0.89% 0.18% -
HSV(B) 90º 0.94% 0.35% -
XYZ 4.77 7.76 1.39 -
YUV 66.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 47 89 5 0.47 0 0.94 0.65 90 0.89 0.18
Hex 2F 59 5 2F 0 5E 41 5A 59 12
Octal 57 131 5 57 0 136 101 132 131 22
Binary 101111 1011001 101 101111 0 1011110 1000001 1011010 1011001 10010

Color Harmonies of #2F5905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5905

Black with #2F5905

Text Example


Text Example

White with #2F5905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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