#0C201A

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

Shades of Dark Green #0C201A

Tints of Dark Green #0C201A

Color information

#0C201A (or 0x0C201A) is unknown color: approx Dark Green. HEX triplet: 0C, 20 and 1A. RGB value is (12,32,26). Sum of RGB (Red+Green+Blue) = 12+32+26=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201A is #F3DFE5. Grayscale: #191919. Windows color (decimal): -15982566 or 1712140. OLE color: 1712140.

HSL color Cylindrical-coordinate representation of color #0C201A: hue angle of 162º 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 #0C201A is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB123226-
CMYK0.6300.190.87
HSL162º45.45%8.63%-
HSV(B)162º62.5%12.55%-
XYZ0.851.191.16-
YUV25.34128.37118.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.14%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=17.14%
G=45.71%
B=37.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232260.6300.190.8716245.458.63
HexC201A3F01357a22d9
Octal144032770231272425511
Binary1100100000110101111110100111010111101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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