Html Css Color HEX #0E735A Tropical Rain Forest

📋 copy color: '#0E735A'

red 14 ◦ green 115 ◦ blue 90

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

Shades of Tropical Rain Forest #0E735A

Tints of Tropical Rain Forest #0E735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 6.39%
G = 52.51%
B = 41.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#0E735A (or 0x0E735A) is known color: Tropical Rain Forest. HEX triplet: 0E, 73 and 5A. RGB value is (14,115,90). Sum of RGB (Red+Green+Blue) = 14+115+90=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #0E735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E735A is #F18CA5. Grayscale: #515151. Windows color (decimal): -15830182 or 5927694. OLE color: 5927694.

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

Color convert

RGB 14 115 90 -
CMYK 0.88 0 0.22 0.55
HSL 165.15º 0.78% 0.25% -
HSV(B) 165.15º 0.88% 0.45% -
XYZ 8.16 13.09 11.77 -
YUV 81.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 14 115 90 0.88 0 0.22 0.55 165.15 0.78 0.25
Hex E 73 5A 58 0 16 37 A5 4E 19
Octal 16 163 132 130 0 26 67 245 116 31
Binary 1110 1110011 1011010 1011000 0 10110 110111 10100101 1001110 11001

Color Harmonies of #0E735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E735A

Black with #0E735A

Text Example


Text Example

White with #0E735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,115,90); }

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

background-color css

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

 a { background-color: rgb(14,115,90); }

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

border-color css

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

 span { border-color: rgb(14,115,90); }

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