#0D7158

Color #0D7158 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0D7158

Tints of Tropical Rain Forest #0D7158

Color information

#0D7158 (or 0x0D7158) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 71 and 58. RGB value is (13,113,88). Sum of RGB (Red+Green+Blue) = 13+113+88=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7158 is #F28EA7. Grayscale: #505050. Windows color (decimal): -15896232 or 5796109. OLE color: 5796109.

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

Color convert

RGB1311388-
CMYK0.8800.220.56
HSL165º79.37%24.71%-
HSV(B)165º88.5%44.31%-
XYZ7.8312.611.25-
YUV80.25132.3780.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=6.07%
G=52.80%
B=41.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113880.8800.220.5616579.3724.71
HexD71585801638a54f19
Octal151611301300267024511731
Binary110111100011011000101100001011011100010100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D7158;
 }
 .AnyTagClassName
 {
   color: #0D7158;
 }
</style>
background-color css

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

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

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

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

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

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