#03815B

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

Shades of Tropical Rain Forest #03815B

Tints of Tropical Rain Forest #03815B

Color information

#03815B (or 0x03815B) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 81 and 5B. RGB value is (3,129,91). Sum of RGB (Red+Green+Blue) = 3+129+91=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #03815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03815B is #FC7EA4. Grayscale: #575757. Windows color (decimal): -16547493 or 5996803. OLE color: 5996803.

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

Color convert

RGB312991-
CMYK0.9800.290.49
HSL161.9º95.45%25.88%-
HSV(B)161.9º97.67%50.59%-
XYZ9.7816.4812.56-
YUV86.99130.2668.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=1.35%
G=57.85%
B=40.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129910.9800.290.49161.995.4525.88
Hex3815B6201D31a25f1a
Octal32011331420356124213732
Binary11100000011011011110001001110111000110100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03815B; }

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

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

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

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

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

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

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

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