#0C3420

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

Shades of Dark Green #0C3420

Tints of Dark Green #0C3420

Color information

#0C3420 (or 0x0C3420) is unknown color: approx Dark Green. HEX triplet: 0C, 34 and 20. RGB value is (12,52,32). Sum of RGB (Red+Green+Blue) = 12+52+32=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3420 is #F3CBDF. Grayscale: #252525. Windows color (decimal): -15977440 or 2110476. OLE color: 2110476.

HSL color Cylindrical-coordinate representation of color #0C3420: hue angle of 150º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3420 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB125232-
CMYK0.7700.380.80
HSL150º62.5%12.55%-
HSV(B)150º76.92%20.39%-
XYZ1.642.641.79-
YUV37.76124.75109.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=12.5%
G=54.17%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252320.7700.380.8015062.512.55
HexC34204D02650963ed
Octal1464401150461202267615
Binary1100110100100000100110101001101010000100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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