#0E7B3A

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

Shades of Dark Spring Green #0E7B3A

Tints of Dark Spring Green #0E7B3A

Color information

#0E7B3A (or 0x0E7B3A) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 7B and 3A. RGB value is (14,123,58). Sum of RGB (Red+Green+Blue) = 14+123+58=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7B3A is #F184C5. Grayscale: #535353. Windows color (decimal): -15828166 or 3832590. OLE color: 3832590.

HSL color Cylindrical-coordinate representation of color #0E7B3A: hue angle of 144.22º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B3A is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1412358-
CMYK0.8900.530.52
HSL144.22º79.56%26.86%-
HSV(B)144.22º88.62%48.24%-
XYZ8.0314.566.39-
YUV83113.8978.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=7.18%
G=63.08%
B=29.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14123580.8900.530.52144.2279.5626.86
HexE7B3A590353490501b
Octal16173721310656422012033
Binary111011110111110101011001011010111010010010000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,123,58); }

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

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

 a { background-color: rgb(14,123,58); }

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

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

 span { border-color: rgb(14,123,58); }

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