#0E8238

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

Shades of Dark Spring Green #0E8238

Tints of Dark Spring Green #0E8238

Color information

#0E8238 (or 0x0E8238) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 82 and 38. RGB value is (14,130,56). Sum of RGB (Red+Green+Blue) = 14+130+56=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8238 is #F17DC7. Grayscale: #575757. Windows color (decimal): -15826376 or 3703310. OLE color: 3703310.

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

Color convert

RGB1413056-
CMYK0.8900.570.49
HSL141.72º80.56%28.24%-
HSV(B)141.72º89.23%50.98%-
XYZ8.8816.346.43-
YUV86.88110.5776.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 56 (22.27% from 255) = 28%
R=7%
G=65%
B=28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14130560.8900.570.49141.7280.5628.24
HexE823859039318e511c
Octal16202701310716121612134
Binary1110100000101110001011001011100111000110001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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