#038160

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

Shades of Tropical Rain Forest #038160

Tints of Tropical Rain Forest #038160

Color information

#038160 (or 0x038160) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 81 and 60. RGB value is (3,129,96). Sum of RGB (Red+Green+Blue) = 3+129+96=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #038160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038160 is #FC7E9F. Grayscale: #575757. Windows color (decimal): -16547488 or 6324483. OLE color: 6324483.

HSL color Cylindrical-coordinate representation of color #038160: hue angle of 164.29º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038160 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB312996-
CMYK0.9800.260.49
HSL164.29º95.45%25.88%-
HSV(B)164.29º97.67%50.59%-
XYZ1016.5613.74-
YUV87.56132.7667.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=1.32%
G=56.58%
B=42.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129960.9800.260.49164.2995.4525.88
Hex381606201A31a45f1a
Octal32011401420326124413732
Binary11100000011100000110001001101011000110100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038160; }

 p { color: rgb(3,129,96); }

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

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

 a { background-color: rgb(3,129,96); }

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

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

 span { border-color: rgb(3,129,96); }

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