Html Css Color HEX #0E7844 Dark Spring Green

📋 copy color: '#0E7844'

red 14 ◦ green 120 ◦ blue 68

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

Shades of Dark Spring Green #0E7844

Tints of Dark Spring Green #0E7844

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.41%

 BLUE value IS 68 (26.95% from 255) = 33.66%

R = 6.93%
G = 59.41%
B = 33.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#0E7844 (or 0x0E7844) is known color: Dark Spring Green. HEX triplet: 0E, 78 and 44. RGB value is (14,120,68). Sum of RGB (Red+Green+Blue) = 14+120+68=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7844 is #F187BB. Grayscale: #525252. Windows color (decimal): -15828924 or 4487182. OLE color: 4487182.

HSL color Cylindrical-coordinate representation of color #0E7844: hue angle of 150.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7844 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 120 68 -
CMYK 0.88 0 0.43 0.53
HSL 150.57º 0.79% 0.26% -
HSV(B) 150.57º 0.88% 0.47% -
XYZ 7.94 13.94 7.74 -
YUV 82.38 119.88 79.23 -
System Red Green Blue C M Y K H S L
Decimal 14 120 68 0.88 0 0.43 0.53 150.57 0.79 0.26
Hex E 78 44 58 0 2B 35 97 4F 1A
Octal 16 170 104 130 0 53 65 227 117 32
Binary 1110 1111000 1000100 1011000 0 101011 110101 10010111 1001111 11010

Color Harmonies of #0E7844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7844

Black with #0E7844

Text Example


Text Example

White with #0E7844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,68); }

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

background-color css

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

 a { background-color: rgb(14,120,68); }

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

border-color css

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

 span { border-color: rgb(14,120,68); }

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