#01200B

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

Shades of Dark Green #01200B

Tints of Dark Green #01200B

Color information

#01200B (or 0x01200B) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 0B. RGB value is (1,32,11). Sum of RGB (Red+Green+Blue) = 1+32+11=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #01200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200B is #FEDFF4. Grayscale: #141414. Windows color (decimal): -16703477 or 729089. OLE color: 729089.

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

Color convert

RGB13211-
CMYK0.9700.660.87
HSL139.35º93.94%6.47%-
HSV(B)139.35º96.88%12.55%-
XYZ0.591.060.49-
YUV20.34122.73114.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 32 (12.89% from 255) = 72.73%
BLUE value IS 11 (4.69% from 255) = 25%
R=2.27%
G=72.73%
B=25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132110.9700.660.87139.3593.946.47
Hex120B61042578b5e6
Octal1401314101021272131366
Binary110000010111100001010000101010111100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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