#0E7039

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

Shades of Dark Spring Green #0E7039

Tints of Dark Spring Green #0E7039

Color information

#0E7039 (or 0x0E7039) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 70 and 39. RGB value is (14,112,57). Sum of RGB (Red+Green+Blue) = 14+112+57=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7039 is #F18FC6. Grayscale: #4C4C4C. Windows color (decimal): -15830983 or 3764238. OLE color: 3764238.

HSL color Cylindrical-coordinate representation of color #0E7039: hue angle of 146.33º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7039 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1411257-
CMYK0.8800.490.56
HSL146.33º77.78%24.71%-
HSV(B)146.33º87.5%43.92%-
XYZ6.7111.985.83-
YUV76.43117.0383.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=7.65%
G=61.20%
B=31.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112570.8800.490.56146.3377.7824.71
HexE70395803138924e19
Octal16160711300617022211631
Binary111011100001110011011000011000111100010010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7039; }

 p { color: rgb(14,112,57); }

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

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

 a { background-color: rgb(14,112,57); }

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

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

 span { border-color: rgb(14,112,57); }

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