#0E8D35

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

Shades of Dark Spring Green #0E8D35

Tints of Dark Spring Green #0E8D35

Color information

#0E8D35 (or 0x0E8D35) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 8D and 35. RGB value is (14,141,53). Sum of RGB (Red+Green+Blue) = 14+141+53=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 141 (55.47% from 255 or 67.79% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8D35 is #F172CA. Grayscale: #5D5D5D. Windows color (decimal): -15823563 or 3509518. OLE color: 3509518.

HSL color Cylindrical-coordinate representation of color #0E8D35: hue angle of 138.43º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D35 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1414153-
CMYK0.9000.620.45
HSL138.43º81.94%30.39%-
HSV(B)138.43º90.07%55.29%-
XYZ10.3519.46.57-
YUV93105.4271.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 141 (55.47% from 255) = 67.79%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=6.73%
G=67.79%
B=25.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14141530.9000.620.45138.4381.9430.39
HexE8D355A03E2D8a521e
Octal16215651320765521212236
Binary1110100011011101011011010011111010110110001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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