#0E7A3B

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

Shades of Dark Spring Green #0E7A3B

Tints of Dark Spring Green #0E7A3B

Color information

#0E7A3B (or 0x0E7A3B) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 7A and 3B. RGB value is (14,122,59). Sum of RGB (Red+Green+Blue) = 14+122+59=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7A3B is #F185C4. Grayscale: #525252. Windows color (decimal): -15828421 or 3897870. OLE color: 3897870.

HSL color Cylindrical-coordinate representation of color #0E7A3B: hue angle of 145º degrees, saturation: 0.79, 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 #0E7A3B is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1412259-
CMYK0.8900.520.52
HSL145º79.41%26.67%-
HSV(B)145º88.52%47.84%-
XYZ7.9314.336.49-
YUV82.53114.7279.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 122 (48.05% from 255) = 62.56%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=7.18%
G=62.56%
B=30.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14122590.8900.520.5214579.4126.67
HexE7A3B5903434914f1b
Octal16172731310646422111733
Binary111011110101110111011001011010011010010010001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,59); }

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

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

 a { background-color: rgb(14,122,59); }

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

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

 span { border-color: rgb(14,122,59); }

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