#0E734A

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

Shades of Dark Spring Green #0E734A

Tints of Dark Spring Green #0E734A

Color information

#0E734A (or 0x0E734A) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 73 and 4A. RGB value is (14,115,74). Sum of RGB (Red+Green+Blue) = 14+115+74=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #0E734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E734A is #F18CB5. Grayscale: #505050. Windows color (decimal): -15830198 or 4879118. OLE color: 4879118.

HSL color Cylindrical-coordinate representation of color #0E734A: hue angle of 155.64º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E734A is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1411574-
CMYK0.8800.360.55
HSL155.64º78.29%25.29%-
HSV(B)155.64º87.83%45.1%-
XYZ7.5512.858.56-
YUV80.13124.5480.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=6.90%
G=56.65%
B=36.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14115740.8800.360.55155.6478.2925.29
HexE734A58024379c4e19
Octal161631121300446723411631
Binary1110111001110010101011000010010011011110011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,115,74); }

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

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

 a { background-color: rgb(14,115,74); }

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

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

 span { border-color: rgb(14,115,74); }

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