Html Css Color HEX #2F5A04 Verdun Green

📋 copy color: '#2F5A04'

red 47 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #2F5A04

Tints of Verdun Green #2F5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 63.83%

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 33.33%
G = 63.83%
B = 2.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#2F5A04 (or 0x2F5A04) is known color: Verdun Green. HEX triplet: 2F, 5A and 04. RGB value is (47,90,4). Sum of RGB (Red+Green+Blue) = 47+90+4=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5A04 is #D0A5FB. Grayscale: #434343. Windows color (decimal): -13673980 or 285231. OLE color: 285231.

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

Color convert

RGB 47 90 4 -
CMYK 0.48 0 0.96 0.65
HSL 90º 0.91% 0.18% -
HSV(B) 90º 0.96% 0.35% -
XYZ 4.85 7.93 1.39 -
YUV 67.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 47 90 4 0.48 0 0.96 0.65 90 0.91 0.18
Hex 2F 5A 4 30 0 60 41 5A 5B 12
Octal 57 132 4 60 0 140 101 132 133 22
Binary 101111 1011010 100 110000 0 1100000 1000001 1011010 1011011 10010

Color Harmonies of #2F5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A04

Black with #2F5A04

Text Example


Text Example

White with #2F5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,4); }

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

background-color css

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

 a { background-color: rgb(47,90,4); }

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

border-color css

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

 span { border-color: rgb(47,90,4); }

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