Html Css Color HEX #0E724B Dark Spring Green

📋 copy color: '#0E724B'

red 14 ◦ green 114 ◦ blue 75

#0E724B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #0E724B

Tints of Dark Spring Green #0E724B

RGB

 RED value IS 14 (5.86% from 255) = 6.9%

 GREEN value IS 114 (44.92% from 255) = 56.16%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 6.9%
G = 56.16%
B = 36.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#0E724B (or 0x0E724B) is known color: Dark Spring Green. HEX triplet: 0E, 72 and 4B. RGB value is (14,114,75). Sum of RGB (Red+Green+Blue) = 14+114+75=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #0E724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E724B is #F18DB4. Grayscale: #4F4F4F. Windows color (decimal): -15830453 or 4944398. OLE color: 4944398.

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

Color convert

RGB 14 114 75 -
CMYK 0.88 0 0.34 0.55
HSL 156.6º 0.78% 0.25% -
HSV(B) 156.6º 0.88% 0.45% -
XYZ 7.47 12.64 8.7 -
YUV 79.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 14 114 75 0.88 0 0.34 0.55 156.6 0.78 0.25
Hex E 72 4B 58 0 22 37 9D 4E 19
Octal 16 162 113 130 0 42 67 235 116 31
Binary 1110 1110010 1001011 1011000 0 100010 110111 10011101 1001110 11001

Color Harmonies of #0E724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E724B

Black with #0E724B

Text Example


Text Example

White with #0E724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,75); }

 H1.HeaderClassName
 {
   color: #0E724B;
 }
 .AnyTagClassName
 {
   color: #0E724B;
 }
</style>

background-color css

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

 a { background-color: rgb(14,114,75); }

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

border-color css

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

 span { border-color: rgb(14,114,75); }

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