#012E0E

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

Shades of Dark Green #012E0E

Tints of Dark Green #012E0E

Color information

#012E0E (or 0x012E0E) is unknown color: approx Dark Green. HEX triplet: 01, 2E and 0E. RGB value is (1,46,14). Sum of RGB (Red+Green+Blue) = 1+46+14=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 46 (18.36% from 255 or 75.41% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 46 - color contains mainly: green. Hex color #012E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012E0E is #FED1F1. Grayscale: #1C1C1C. Windows color (decimal): -16699890 or 929281. OLE color: 929281.

HSL color Cylindrical-coordinate representation of color #012E0E: hue angle of 137.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E0E is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB14614-
CMYK0.9800.700.82
HSL137.33º95.74%9.22%-
HSV(B)137.33º97.83%18.04%-
XYZ1.071.990.74-
YUV28.9119.59108.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 46 (18.36% from 255) = 75.41%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=1.64%
G=75.41%
B=22.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal146140.9800.700.82137.3395.749.22
Hex12EE620465289609
Octal15616142010612221114011
Binary1101110111011000100100011010100101000100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E0E; }

 p { color: rgb(1,46,14); }

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

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

 a { background-color: rgb(1,46,14); }

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

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

 span { border-color: rgb(1,46,14); }

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