#0E8235

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

Shades of Dark Spring Green #0E8235

Tints of Dark Spring Green #0E8235

Color information

#0E8235 (or 0x0E8235) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 82 and 35. RGB value is (14,130,53). Sum of RGB (Red+Green+Blue) = 14+130+53=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8235 is #F17DCA. Grayscale: #565656. Windows color (decimal): -15826379 or 3506702. OLE color: 3506702.

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

Color convert

RGB1413053-
CMYK0.8900.590.49
HSL140.17º80.56%28.24%-
HSV(B)140.17º89.23%50.98%-
XYZ8.8116.326.05-
YUV86.54109.0776.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=7.11%
G=65.99%
B=26.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14130530.8900.590.49140.1780.5628.24
HexE82355903B318c511c
Octal16202651310736121412134
Binary1110100000101101011011001011101111000110001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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