#01211B

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

Shades of Dark Green #01211B

Tints of Dark Green #01211B

Color information

#01211B (or 0x01211B) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 1B. RGB value is (1,33,27). Sum of RGB (Red+Green+Blue) = 1+33+27=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #01211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01211B is #FEDEE4. Grayscale: #161616. Windows color (decimal): -16703205 or 1777921. OLE color: 1777921.

HSL color Cylindrical-coordinate representation of color #01211B: hue angle of 168.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01211B is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB13327-
CMYK0.9700.180.87
HSL168.75º94.12%6.67%-
HSV(B)168.75º96.97%12.94%-
XYZ0.751.171.22-
YUV22.75130.4112.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 33 (13.28% from 255) = 54.10%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=1.64%
G=54.10%
B=44.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133270.9700.180.87168.7594.126.67
Hex1211B6101257a95e7
Octal141331410221272511367
Binary11000011101111000010100101010111101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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