#01201D

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

Shades of Dark Green #01201D

Tints of Dark Green #01201D

Color information

#01201D (or 0x01201D) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 1D. RGB value is (1,32,29). Sum of RGB (Red+Green+Blue) = 1+32+29=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #01201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201D is #FEDFE2. Grayscale: #161616. Windows color (decimal): -16703459 or 1908737. OLE color: 1908737.

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

Color convert

RGB13229-
CMYK0.9700.090.87
HSL174.19º93.94%6.47%-
HSV(B)174.19º96.88%12.55%-
XYZ0.751.131.34-
YUV22.39131.73112.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=1.61%
G=51.61%
B=46.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132290.9700.090.87174.1993.946.47
Hex1201D610957ae5e6
Octal140351410111272561366
Binary1100000111011100001010011010111101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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