Html Css Color HEX #0E7049 Jewel

📋 copy color: '#0E7049'

red 14 ◦ green 112 ◦ blue 73

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

Shades of Jewel #0E7049

Tints of Jewel #0E7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 7.04%
G = 56.28%
B = 36.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#0E7049 (or 0x0E7049) is known color: Jewel. HEX triplet: 0E, 70 and 49. RGB value is (14,112,73). Sum of RGB (Red+Green+Blue) = 14+112+73=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7049 is #F18FB6. Grayscale: #4E4E4E. Windows color (decimal): -15830967 or 4812814. OLE color: 4812814.

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

Color convert

RGB 14 112 73 -
CMYK 0.88 0 0.35 0.56
HSL 156.12º 0.78% 0.25% -
HSV(B) 156.12º 0.88% 0.44% -
XYZ 7.18 12.16 8.27 -
YUV 78.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 14 112 73 0.88 0 0.35 0.56 156.12 0.78 0.25
Hex E 70 49 58 0 23 38 9C 4E 19
Octal 16 160 111 130 0 43 70 234 116 31
Binary 1110 1110000 1001001 1011000 0 100011 111000 10011100 1001110 11001

Color Harmonies of #0E7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7049

Black with #0E7049

Text Example


Text Example

White with #0E7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,112,73); }

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

background-color css

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

 a { background-color: rgb(14,112,73); }

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

border-color css

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

 span { border-color: rgb(14,112,73); }

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