Html Css Color HEX #2C5F02 Verdun Green

📋 copy color: '#2C5F02'

red 44 ◦ green 95 ◦ blue 2

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

Shades of Verdun Green #2C5F02

Tints of Verdun Green #2C5F02

RGB

 RED value IS 44 (17.58% from 255) = 31.21%

 GREEN value IS 95 (37.5% from 255) = 67.38%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 31.21%
G = 67.38%
B = 1.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#2C5F02 (or 0x2C5F02) is known color: Verdun Green. HEX triplet: 2C, 5F and 02. RGB value is (44,95,2). Sum of RGB (Red+Green+Blue) = 44+95+2=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 95 (37.5% from 255 or 67.38% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5F02 is #D3A0FD. Grayscale: #454545. Windows color (decimal): -13869310 or 155436. OLE color: 155436.

HSL color Cylindrical-coordinate representation of color #2C5F02: hue angle of 92.9º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C5F02 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 95 2 -
CMYK 0.54 0 0.98 0.63
HSL 92.9º 0.96% 0.19% -
HSV(B) 92.9º 0.98% 0.37% -
XYZ 5.14 8.72 1.47 -
YUV 69.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 44 95 2 0.54 0 0.98 0.63 92.9 0.96 0.19
Hex 2C 5F 2 36 0 62 3F 5D 60 13
Octal 54 137 2 66 0 142 77 135 140 23
Binary 101100 1011111 10 110110 0 1100010 111111 1011101 1100000 10011

Color Harmonies of #2C5F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5F02

Black with #2C5F02

Text Example


Text Example

White with #2C5F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,2); }

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

background-color css

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

 a { background-color: rgb(44,95,2); }

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

border-color css

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

 span { border-color: rgb(44,95,2); }

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