#0D7157

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

Shades of Tropical Rain Forest #0D7157

Tints of Tropical Rain Forest #0D7157

Color information

#0D7157 (or 0x0D7157) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 71 and 57. RGB value is (13,113,87). Sum of RGB (Red+Green+Blue) = 13+113+87=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7157 is #F28EA8. Grayscale: #505050. Windows color (decimal): -15896233 or 5730573. OLE color: 5730573.

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

Color convert

RGB1311387-
CMYK0.8800.230.56
HSL164.4º79.37%24.71%-
HSV(B)164.4º88.5%44.31%-
XYZ7.7912.5811.04-
YUV80.14131.8780.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=6.10%
G=53.05%
B=40.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113870.8800.230.56164.479.3724.71
HexD71575801738a44f19
Octal151611271300277024411731
Binary110111100011010111101100001011111100010100100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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