#0E7942

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

Shades of Dark Spring Green #0E7942

Tints of Dark Spring Green #0E7942

Color information

#0E7942 (or 0x0E7942) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 79 and 42. RGB value is (14,121,66). Sum of RGB (Red+Green+Blue) = 14+121+66=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7942 is #F186BD. Grayscale: #525252. Windows color (decimal): -15828670 or 4356366. OLE color: 4356366.

HSL color Cylindrical-coordinate representation of color #0E7942: hue angle of 149.16º 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 #0E7942 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1412166-
CMYK0.8800.450.53
HSL149.16º79.26%26.47%-
HSV(B)149.16º88.43%47.45%-
XYZ814.167.47-
YUV82.74118.5578.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 121 (47.66% from 255) = 60.20%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=6.97%
G=60.20%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14121660.8800.450.53149.1679.2626.47
HexE79425802D35954f1a
Octal161711021300556522511732
Binary1110111100110000101011000010110111010110010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,66); }

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

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

 a { background-color: rgb(14,121,66); }

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

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

 span { border-color: rgb(14,121,66); }

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