#0C211A

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

Shades of Dark Green #0C211A

Tints of Dark Green #0C211A

Color information

#0C211A (or 0x0C211A) is unknown color: approx Dark Green. HEX triplet: 0C, 21 and 1A. RGB value is (12,33,26). Sum of RGB (Red+Green+Blue) = 12+33+26=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211A is #F3DEE5. Grayscale: #191919. Windows color (decimal): -15982310 or 1712396. OLE color: 1712396.

HSL color Cylindrical-coordinate representation of color #0C211A: hue angle of 160º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C211A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB123326-
CMYK0.6400.210.87
HSL160º46.67%8.82%-
HSV(B)160º63.64%12.94%-
XYZ0.881.241.17-
YUV25.92128.04118.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 33 (13.28% from 255) = 46.48%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=16.90%
G=46.48%
B=36.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1233260.6400.210.8716046.678.82
HexC211A4001557a02f9
Octal1441321000251272405711
Binary11001000011101010000000101011010111101000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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