#01201E

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

Shades of Dark Green #01201E

Tints of Dark Green #01201E

Color information

#01201E (or 0x01201E) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 1E. RGB value is (1,32,30). Sum of RGB (Red+Green+Blue) = 1+32+30=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #01201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201E is #FEDFE1. Grayscale: #161616. Windows color (decimal): -16703458 or 1974273. OLE color: 1974273.

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

Color convert

RGB13230-
CMYK0.9700.060.87
HSL176.13º93.94%6.47%-
HSV(B)176.13º96.88%12.55%-
XYZ0.761.131.41-
YUV22.5132.23112.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 32 (12.89% from 255) = 50.79%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=1.59%
G=50.79%
B=47.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132300.9700.060.87176.1393.946.47
Hex1201E610657b05e6
Octal14036141061272601366
Binary110000011110110000101101010111101100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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