Html Css Color HEX #0E7440 Dark Spring Green

📋 copy color: '#0E7440'

red 14 ◦ green 116 ◦ blue 64

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

Shades of Dark Spring Green #0E7440

Tints of Dark Spring Green #0E7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 7.22%
G = 59.79%
B = 32.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#0E7440 (or 0x0E7440) is known color: Dark Spring Green. HEX triplet: 0E, 74 and 40. RGB value is (14,116,64). Sum of RGB (Red+Green+Blue) = 14+116+64=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7440 is #F18BBF. Grayscale: #4F4F4F. Windows color (decimal): -15829952 or 4224014. OLE color: 4224014.

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

Color convert

RGB 14 116 64 -
CMYK 0.88 0 0.45 0.55
HSL 149.41º 0.78% 0.25% -
HSV(B) 149.41º 0.88% 0.45% -
XYZ 7.35 12.95 6.96 -
YUV 79.57 119.21 81.23 -
System Red Green Blue C M Y K H S L
Decimal 14 116 64 0.88 0 0.45 0.55 149.41 0.78 0.25
Hex E 74 40 58 0 2D 37 95 4E 19
Octal 16 164 100 130 0 55 67 225 116 31
Binary 1110 1110100 1000000 1011000 0 101101 110111 10010101 1001110 11001

Color Harmonies of #0E7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7440

Black with #0E7440

Text Example


Text Example

White with #0E7440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,116,64); }

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

background-color css

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

 a { background-color: rgb(14,116,64); }

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

border-color css

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

 span { border-color: rgb(14,116,64); }

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