#01201C

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

Shades of Dark Green #01201C

Tints of Dark Green #01201C

Color information

#01201C (or 0x01201C) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 1C. RGB value is (1,32,28). Sum of RGB (Red+Green+Blue) = 1+32+28=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #01201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201C is #FEDFE3. Grayscale: #161616. Windows color (decimal): -16703460 or 1843201. OLE color: 1843201.

HSL color Cylindrical-coordinate representation of color #01201C: hue angle of 172.26º 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 #01201C is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB13228-
CMYK0.9700.120.87
HSL172.26º93.94%6.47%-
HSV(B)172.26º96.88%12.55%-
XYZ0.741.121.28-
YUV22.28131.23112.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=1.64%
G=52.46%
B=45.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132280.9700.120.87172.2693.946.47
Hex1201C610C57ac5e6
Octal140341410141272541366
Binary1100000111001100001011001010111101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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