#03825E

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

Shades of Tropical Rain Forest #03825E

Tints of Tropical Rain Forest #03825E

Color information

#03825E (or 0x03825E) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 5E. RGB value is (3,130,94). Sum of RGB (Red+Green+Blue) = 3+130+94=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #03825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03825E is #FC7DA1. Grayscale: #575757. Windows color (decimal): -16547234 or 6193667. OLE color: 6193667.

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

Color convert

RGB313094-
CMYK0.9800.280.49
HSL162.99º95.49%26.08%-
HSV(B)162.99º97.69%50.98%-
XYZ10.0416.7913.3-
YUV87.92131.4267.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=1.32%
G=57.27%
B=41.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130940.9800.280.49162.9995.4926.08
Hex3825E6201C31a35f1a
Octal32021361420346124313732
Binary11100000101011110110001001110011000110100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03825E; }

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

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

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

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

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

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

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

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