#012008

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

Shades of Dark Green #012008

Tints of Dark Green #012008

Color information

#012008 (or 0x012008) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 08. RGB value is (1,32,8). Sum of RGB (Red+Green+Blue) = 1+32+8=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #012008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012008 is #FEDFF7. Grayscale: #141414. Windows color (decimal): -16703480 or 532481. OLE color: 532481.

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

Color convert

RGB1328-
CMYK0.9700.750.87
HSL133.55º93.94%6.47%-
HSV(B)133.55º96.88%12.55%-
XYZ0.571.060.4-
YUV19.99121.23114.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 32 (12.89% from 255) = 78.05%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=2.44%
G=78.05%
B=19.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13280.9700.750.87133.5593.946.47
Hex12086104B57865e6
Octal1401014101131272061366
Binary110000010001100001010010111010111100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012008; }

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

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

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

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

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

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

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

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