#01200D

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

Shades of Dark Green #01200D

Tints of Dark Green #01200D

Color information

#01200D (or 0x01200D) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 0D. RGB value is (1,32,13). Sum of RGB (Red+Green+Blue) = 1+32+13=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #01200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200D is #FEDFF2. Grayscale: #141414. Windows color (decimal): -16703475 or 860161. OLE color: 860161.

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

Color convert

RGB13213-
CMYK0.9700.590.87
HSL143.23º93.94%6.47%-
HSV(B)143.23º96.88%12.55%-
XYZ0.61.070.56-
YUV20.56123.73114.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=2.17%
G=69.57%
B=28.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132130.9700.590.87143.2393.946.47
Hex120D6103B578f5e6
Octal140151410731272171366
Binary11000001101110000101110111010111100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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