#038065

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

Shades of Tropical Rain Forest #038065

Tints of Tropical Rain Forest #038065

Color information

#038065 (or 0x038065) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 80 and 65. RGB value is (3,128,101). Sum of RGB (Red+Green+Blue) = 3+128+101=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #038065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038065 is #FC7F9A. Grayscale: #575757. Windows color (decimal): -16547739 or 6651907. OLE color: 6651907.

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

Color convert

RGB3128101-
CMYK0.9800.210.50
HSL167.04º95.42%25.69%-
HSV(B)167.04º97.66%50.2%-
XYZ10.1116.414.94-
YUV87.55135.5967.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 128 (50.39% from 255) = 55.17%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=1.29%
G=55.17%
B=43.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31281010.9800.210.50167.0495.4225.69
Hex380656201532a75f1a
Octal32001451420256224713732
Binary11100000001100101110001001010111001010100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038065; }

 p { color: rgb(3,128,101); }

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

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

 a { background-color: rgb(3,128,101); }

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

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

 span { border-color: rgb(3,128,101); }

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