Html Css Color HEX #0E7158 Tropical Rain Forest

📋 copy color: '#0E7158'

red 14 ◦ green 113 ◦ blue 88

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

Shades of Tropical Rain Forest #0E7158

Tints of Tropical Rain Forest #0E7158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 6.51%
G = 52.56%
B = 40.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#0E7158 (or 0x0E7158) is known color: Tropical Rain Forest. HEX triplet: 0E, 71 and 58. RGB value is (14,113,88). Sum of RGB (Red+Green+Blue) = 14+113+88=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7158 is #F18EA7. Grayscale: #505050. Windows color (decimal): -15830696 or 5796110. OLE color: 5796110.

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

Color convert

RGB 14 113 88 -
CMYK 0.88 0 0.22 0.56
HSL 164.85º 0.78% 0.25% -
HSV(B) 164.85º 0.88% 0.44% -
XYZ 7.85 12.61 11.25 -
YUV 80.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 14 113 88 0.88 0 0.22 0.56 164.85 0.78 0.25
Hex E 71 58 58 0 16 38 A5 4E 19
Octal 16 161 130 130 0 26 70 245 116 31
Binary 1110 1110001 1011000 1011000 0 10110 111000 10100101 1001110 11001

Color Harmonies of #0E7158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7158

Black with #0E7158

Text Example


Text Example

White with #0E7158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,88); }

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

background-color css

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

 a { background-color: rgb(14,113,88); }

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

border-color css

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

 span { border-color: rgb(14,113,88); }

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