#01200C

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

Shades of Dark Green #01200C

Tints of Dark Green #01200C

Color information

#01200C (or 0x01200C) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 0C. RGB value is (1,32,12). Sum of RGB (Red+Green+Blue) = 1+32+12=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #01200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200C is #FEDFF3. Grayscale: #141414. Windows color (decimal): -16703476 or 794625. OLE color: 794625.

HSL color Cylindrical-coordinate representation of color #01200C: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01200C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB13212-
CMYK0.9700.630.87
HSL141.29º93.94%6.47%-
HSV(B)141.29º96.88%12.55%-
XYZ0.61.070.52-
YUV20.45123.23114.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=2.22%
G=71.11%
B=26.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132120.9700.630.87141.2993.946.47
Hex120C6103F578d5e6
Octal140141410771272151366
Binary11000001100110000101111111010111100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01200C; }

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

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

<style>
 a { background-color: #01200C; }

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

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

<style>
 span { border-color: #01200C; }

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

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