#01201A

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

Shades of Dark Green #01201A

Tints of Dark Green #01201A

Color information

#01201A (or 0x01201A) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 1A. RGB value is (1,32,26). Sum of RGB (Red+Green+Blue) = 1+32+26=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #01201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201A is #FEDFE5. Grayscale: #161616. Windows color (decimal): -16703462 or 1712129. OLE color: 1712129.

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

Color convert

RGB13226-
CMYK0.9700.190.87
HSL168.39º93.94%6.47%-
HSV(B)168.39º96.88%12.55%-
XYZ0.721.111.15-
YUV22.05130.23112.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=1.69%
G=54.24%
B=44.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132260.9700.190.87168.3993.946.47
Hex1201A6101357a85e6
Octal140321410231272501366
Binary11000001101011000010100111010111101010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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