#0E783F

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

Shades of Dark Spring Green #0E783F

Tints of Dark Spring Green #0E783F

Color information

#0E783F (or 0x0E783F) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 78 and 3F. RGB value is (14,120,63). Sum of RGB (Red+Green+Blue) = 14+120+63=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #0E783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E783F is #F187C0. Grayscale: #515151. Windows color (decimal): -15828929 or 4159502. OLE color: 4159502.

HSL color Cylindrical-coordinate representation of color #0E783F: hue angle of 147.74º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E783F is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1412063-
CMYK0.8800.480.53
HSL147.74º79.1%26.27%-
HSV(B)147.74º88.33%47.06%-
XYZ7.7913.896.97-
YUV81.81117.3879.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 63 (25% from 255) = 31.98%
R=7.11%
G=60.91%
B=31.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120630.8800.480.53147.7479.126.27
HexE783F5803035944f1a
Octal16170771300606522411732
Binary111011110001111111011000011000011010110010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,63); }

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

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

 a { background-color: rgb(14,120,63); }

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

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

 span { border-color: rgb(14,120,63); }

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