Html Css Color HEX #2C6002 Verdun Green

📋 copy color: '#2C6002'

red 44 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #2C6002

Tints of Verdun Green #2C6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 67.61%

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

R = 30.99%
G = 67.61%
B = 1.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#2C6002 (or 0x2C6002) is known color: Verdun Green. HEX triplet: 2C, 60 and 02. RGB value is (44,96,2). Sum of RGB (Red+Green+Blue) = 44+96+2=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6002 is #D39FFD. Grayscale: #464646. Windows color (decimal): -13869054 or 155692. OLE color: 155692.

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

Color convert

RGB 44 96 2 -
CMYK 0.54 0 0.98 0.62
HSL 93.19º 0.96% 0.19% -
HSV(B) 93.19º 0.98% 0.38% -
XYZ 5.23 8.91 1.5 -
YUV 69.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 44 96 2 0.54 0 0.98 0.62 93.19 0.96 0.19
Hex 2C 60 2 36 0 62 3E 5D 60 13
Octal 54 140 2 66 0 142 76 135 140 23
Binary 101100 1100000 10 110110 0 1100010 111110 1011101 1100000 10011

Color Harmonies of #2C6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6002

Black with #2C6002

Text Example


Text Example

White with #2C6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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