#0E7C35

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

Shades of Dark Spring Green #0E7C35

Tints of Dark Spring Green #0E7C35

Color information

#0E7C35 (or 0x0E7C35) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 7C and 35. RGB value is (14,124,53). Sum of RGB (Red+Green+Blue) = 14+124+53=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7C35 is #F183CA. Grayscale: #535353. Windows color (decimal): -15827915 or 3505166. OLE color: 3505166.

HSL color Cylindrical-coordinate representation of color #0E7C35: hue angle of 141.27º 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 #0E7C35 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB1412453-
CMYK0.8900.570.51
HSL141.27º79.71%27.06%-
HSV(B)141.27º88.71%48.63%-
XYZ8.0314.775.79-
YUV83.02111.0678.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 124 (48.83% from 255) = 64.92%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=7.33%
G=64.92%
B=27.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14124530.8900.570.51141.2779.7127.06
HexE7C3559039338d501b
Octal16174651310716321512033
Binary111011111001101011011001011100111001110001101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,124,53); }

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

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

 a { background-color: rgb(14,124,53); }

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

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

 span { border-color: rgb(14,124,53); }

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