#012D0E

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

Shades of Dark Green #012D0E

Tints of Dark Green #012D0E

Color information

#012D0E (or 0x012D0E) is unknown color: approx Dark Green. HEX triplet: 01, 2D and 0E. RGB value is (1,45,14). Sum of RGB (Red+Green+Blue) = 1+45+14=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 45 (17.97% from 255 or 75% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 45 - color contains mainly: green. Hex color #012D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012D0E is #FED2F1. Grayscale: #1C1C1C. Windows color (decimal): -16700146 or 929025. OLE color: 929025.

HSL color Cylindrical-coordinate representation of color #012D0E: hue angle of 137.73º 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 #012D0E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.82.

Color convert

RGB14514-
CMYK0.9800.690.82
HSL137.73º95.65%9.02%-
HSV(B)137.73º97.78%17.65%-
XYZ1.031.910.73-
YUV28.31119.92108.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 45 (17.97% from 255) = 75%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=1.67%
G=75%
B=23.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal145140.9800.690.82137.7395.659.02
Hex12DE62045528a609
Octal15516142010512221214011
Binary1101101111011000100100010110100101000101011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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