#0E8732

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

Shades of Dark Spring Green #0E8732

Tints of Dark Spring Green #0E8732

Color information

#0E8732 (or 0x0E8732) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 87 and 32. RGB value is (14,135,50). Sum of RGB (Red+Green+Blue) = 14+135+50=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8732 is #F178CD. Grayscale: #595959. Windows color (decimal): -15825102 or 3311374. OLE color: 3311374.

HSL color Cylindrical-coordinate representation of color #0E8732: hue angle of 137.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8732 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1413550-
CMYK0.9000.630.47
HSL137.85º81.21%29.22%-
HSV(B)137.85º89.63%52.94%-
XYZ9.4217.655.93-
YUV89.13105.9174.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 135 (53.12% from 255) = 67.84%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=7.04%
G=67.84%
B=25.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14135500.9000.630.47137.8581.2129.22
HexE87325A03F2F8a511d
Octal16207621320775721212135
Binary1110100001111100101011010011111110111110001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,50); }

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

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

 a { background-color: rgb(14,135,50); }

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

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

 span { border-color: rgb(14,135,50); }

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