#001E0A

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

Shades of Dark Green #001E0A

Tints of Dark Green #001E0A

Color information

#001E0A (or 0x001E0A) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 0A. RGB value is (0,30,10). Sum of RGB (Red+Green+Blue) = 0+30+10=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 30 (12.11% from 255 or 75% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0A is #FFE1F5. Grayscale: #121212. Windows color (decimal): -16769526 or 663040. OLE color: 663040.

HSL color Cylindrical-coordinate representation of color #001E0A: hue angle of 140º 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 #001E0A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB03010-
CMYK100.670.88
HSL140º100%5.88%-
HSV(B)140º100%11.76%-
XYZ0.520.950.44-
YUV18.75123.06114.63-

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) = 75%
BLUE value IS 10 (4.30% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03010100.670.881401005.88
Hex01EA64043588c646
Octal0361214401031302141446
Binary01111010101100100010000111011000100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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