#038259

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

Shades of Tropical Rain Forest #038259

Tints of Tropical Rain Forest #038259

Color information

#038259 (or 0x038259) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 59. RGB value is (3,130,89). Sum of RGB (Red+Green+Blue) = 3+130+89=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #038259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038259 is #FC7DA6. Grayscale: #575757. Windows color (decimal): -16547239 or 5865987. OLE color: 5865987.

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

Color convert

RGB313089-
CMYK0.9800.320.49
HSL160.63º95.49%26.08%-
HSV(B)160.63º97.69%50.98%-
XYZ9.8216.7112.16-
YUV87.35128.9267.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=1.35%
G=58.56%
B=40.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130890.9800.320.49160.6395.4926.08
Hex382596202031a15f1a
Octal32021311420406124113732
Binary111000001010110011100010010000011000110100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038259; }

 p { color: rgb(3,130,89); }

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

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

 a { background-color: rgb(3,130,89); }

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

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

 span { border-color: rgb(3,130,89); }

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