#03835b

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

Shades of Tropical Rain Forest #03835B

Tints of Tropical Rain Forest #03835B

Color information

#03835B (or 0x03835B) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 83 and 5B. RGB value is (3,131,91). Sum of RGB (Red+Green+Blue) = 3+131+91=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #03835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03835B is #FC7CA4. Grayscale: #585858. Windows color (decimal): -16546981 or 5997315. OLE color: 5997315.

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

Color convert

RGB313191-
CMYK0.9800.310.49
HSL161.25º95.52%26.27%-
HSV(B)161.25º97.71%51.37%-
XYZ10.0417.0112.65-
YUV88.17129.5967.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=1.33%
G=58.22%
B=40.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3131910.9800.310.49161.2595.5226.27
Hex3835B6201F31a1601a
Octal32031331420376124114032
Binary11100000111011011110001001111111000110100001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03835b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03835b; }

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

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

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

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

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

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

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

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