#038161

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

Shades of Tropical Rain Forest #038161

Tints of Tropical Rain Forest #038161

Color information

#038161 (or 0x038161) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 81 and 61. RGB value is (3,129,97). Sum of RGB (Red+Green+Blue) = 3+129+97=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #038161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038161 is #FC7E9E. Grayscale: #575757. Windows color (decimal): -16547487 or 6390019. OLE color: 6390019.

HSL color Cylindrical-coordinate representation of color #038161: hue angle of 164.76º 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 #038161 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB312997-
CMYK0.9800.250.49
HSL164.76º95.45%25.88%-
HSV(B)164.76º97.67%50.59%-
XYZ10.0516.5813.98-
YUV87.68133.2667.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=1.31%
G=56.33%
B=42.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129970.9800.250.49164.7695.4525.88
Hex381616201931a55f1a
Octal32011411420316124513732
Binary11100000011100001110001001100111000110100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038161; }

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

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

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

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

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

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

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

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