#0E7E34

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

Shades of Dark Spring Green #0E7E34

Tints of Dark Spring Green #0E7E34

Color information

#0E7E34 (or 0x0E7E34) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 7E and 34. RGB value is (14,126,52). Sum of RGB (Red+Green+Blue) = 14+126+52=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 126 (49.61% from 255 or 65.62% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7E34 is #F181CB. Grayscale: #545454. Windows color (decimal): -15827404 or 3440142. OLE color: 3440142.

HSL color Cylindrical-coordinate representation of color #0E7E34: hue angle of 140.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7E34 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1412652-
CMYK0.8900.590.51
HSL140.36º80%27.45%-
HSV(B)140.36º88.89%49.41%-
XYZ8.2615.265.76-
YUV84.08109.8978.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.29%
GREEN value IS 126 (49.61% from 255) = 65.62%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=7.29%
G=65.62%
B=27.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14126520.8900.590.51140.368027.45
HexE7E345903B338c501b
Octal16176641310736321412033
Binary111011111101101001011001011101111001110001100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,126,52); }

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

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

 a { background-color: rgb(14,126,52); }

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

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

 span { border-color: rgb(14,126,52); }

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