#0C201B

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

Shades of Dark Green #0C201B

Tints of Dark Green #0C201B

Color information

#0C201B (or 0x0C201B) is unknown color: approx Dark Green. HEX triplet: 0C, 20 and 1B. RGB value is (12,32,27). Sum of RGB (Red+Green+Blue) = 12+32+27=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201B is #F3DFE4. Grayscale: #191919. Windows color (decimal): -15982565 or 1777676. OLE color: 1777676.

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

Color convert

RGB123227-
CMYK0.6300.160.87
HSL165º45.45%8.63%-
HSV(B)165º62.5%12.55%-
XYZ0.871.191.22-
YUV25.45128.87118.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=16.90%
G=45.07%
B=38.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1232270.6300.160.8716545.458.63
HexC201B3F01057a52d9
Octal144033770201272455511
Binary1100100000110111111110100001010111101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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