#001E06

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

Shades of Dark Green #001E06

Tints of Dark Green #001E06

Color information

#001E06 (or 0x001E06) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 06. RGB value is (0,30,6). Sum of RGB (Red+Green+Blue) = 0+30+6=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 30 (12.11% from 255 or 83.33% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 30 - color contains mainly: green. Hex color #001E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E06 is #FFE1F9. Grayscale: #121212. Windows color (decimal): -16769530 or 400896. OLE color: 400896.

HSL color Cylindrical-coordinate representation of color #001E06: hue angle of 132º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E06 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB0306-
CMYK100.800.88
HSL132º100%5.88%-
HSV(B)132º100%11.76%-
XYZ0.50.940.33-
YUV18.29121.06114.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 83.33%
BLUE value IS 6 (2.73% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0306100.800.881321005.88
Hex01E6640505884646
Octal036614401201302041446
Binary0111101101100100010100001011000100001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E06; }

 p { color: rgb(0,30,6); }

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

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

 a { background-color: rgb(0,30,6); }

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

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

 span { border-color: rgb(0,30,6); }

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