#2C6202

Color #2C6202 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #2C6202

Tints of Verdun Green #2C6202

Color information

#2C6202 (or 0x2C6202) is unknown color: approx Verdun Green. HEX triplet: 2C, 62 and 02. RGB value is (44,98,2). Sum of RGB (Red+Green+Blue) = 44+98+2=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6202 is #D39DFD. Grayscale: #474747. Windows color (decimal): -13868542 or 156204. OLE color: 156204.

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

Color convert

RGB44982-
CMYK0.5500.980.62
HSL93.75º96%19.61%-
HSV(B)93.75º97.96%38.43%-
XYZ5.429.281.56-
YUV70.9189.11108.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=30.56%
G=68.06%
B=1.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal449820.5500.980.6293.759619.61
Hex2C622370623E5e6014
Octal5414226701427613614024
Binary101100110001010110111011000101111101011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C6202;
 }
 .AnyTagClassName
 {
   color: #2C6202;
 }
</style>
background-color css

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

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

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

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

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

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