#0C201C

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

Shades of Dark Green #0C201C

Tints of Dark Green #0C201C

Color information

#0C201C (or 0x0C201C) is unknown color: approx Dark Green. HEX triplet: 0C, 20 and 1C. RGB value is (12,32,28). Sum of RGB (Red+Green+Blue) = 12+32+28=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201C is #F3DFE3. Grayscale: #191919. Windows color (decimal): -15982564 or 1843212. OLE color: 1843212.

HSL color Cylindrical-coordinate representation of color #0C201C: hue angle of 168º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C201C is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB123228-
CMYK0.6300.120.87
HSL168º45.45%8.63%-
HSV(B)168º62.5%12.55%-
XYZ0.881.21.28-
YUV25.56129.37118.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232280.6300.120.8716845.458.63
HexC201C3F0C57a82d9
Octal144034770141272505511
Binary110010000011100111111011001010111101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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