#0C2620

Color #0C2620 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0C2620

Tints of Dark Green #0C2620

Color information

#0C2620 (or 0x0C2620) is unknown color: approx Dark Green. HEX triplet: 0C, 26 and 20. RGB value is (12,38,32). Sum of RGB (Red+Green+Blue) = 12+38+32=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #0C2620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2620 is #F3D9DF. Grayscale: #1D1D1D. Windows color (decimal): -15981024 or 2106892. OLE color: 2106892.

HSL color Cylindrical-coordinate representation of color #0C2620: hue angle of 166.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2620 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB123832-
CMYK0.6800.160.85
HSL166.15º52%9.8%-
HSV(B)166.15º68.42%14.9%-
XYZ1.111.571.61-
YUV29.54129.39115.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.63%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=14.63%
G=46.34%
B=39.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1238320.6800.160.85166.15529.8
HexC26204401055a634a
Octal1446401040201252466412
Binary110010011010000010001000100001010101101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2620; }

 p { color: rgb(12,38,32); }

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

<style>
 a { background-color: #0C2620; }

 a { background-color: rgb(12,38,32); }

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

<style>
 span { border-color: #0C2620; }

 span { border-color: rgb(12,38,32); }

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