#01201B

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

Shades of Dark Green #01201B

Tints of Dark Green #01201B

Color information

#01201B (or 0x01201B) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 1B. RGB value is (1,32,27). Sum of RGB (Red+Green+Blue) = 1+32+27=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #01201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201B is #FEDFE4. Grayscale: #161616. Windows color (decimal): -16703461 or 1777665. OLE color: 1777665.

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

Color convert

RGB13227-
CMYK0.9700.160.87
HSL170.32º93.94%6.47%-
HSV(B)170.32º96.88%12.55%-
XYZ0.731.121.21-
YUV22.16130.73112.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=1.67%
G=53.33%
B=45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132270.9700.160.87170.3293.946.47
Hex1201B6101057aa5e6
Octal140331410201272521366
Binary11000001101111000010100001010111101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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