#012009

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

Shades of Dark Green #012009

Tints of Dark Green #012009

Color information

#012009 (or 0x012009) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 09. RGB value is (1,32,9). Sum of RGB (Red+Green+Blue) = 1+32+9=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #012009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012009 is #FEDFF6. Grayscale: #141414. Windows color (decimal): -16703479 or 598017. OLE color: 598017.

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

Color convert

RGB1329-
CMYK0.9700.720.87
HSL135.48º93.94%6.47%-
HSV(B)135.48º96.88%12.55%-
XYZ0.581.060.43-
YUV20.11121.73114.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 32 (12.89% from 255) = 76.19%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=2.38%
G=76.19%
B=21.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13290.9700.720.87135.4893.946.47
Hex12096104857875e6
Octal1401114101101272071366
Binary110000010011100001010010001010111100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012009; }

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

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

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

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

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

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

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

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