#03825D

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

Shades of Tropical Rain Forest #03825D

Tints of Tropical Rain Forest #03825D

Color information

#03825D (or 0x03825D) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 82 and 5D. RGB value is (3,130,93). Sum of RGB (Red+Green+Blue) = 3+130+93=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #03825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03825D is #FC7DA2. Grayscale: #575757. Windows color (decimal): -16547235 or 6128131. OLE color: 6128131.

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

Color convert

RGB313093-
CMYK0.9800.280.49
HSL162.52º95.49%26.08%-
HSV(B)162.52º97.69%50.98%-
XYZ1016.7713.07-
YUV87.81130.9267.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=1.33%
G=57.52%
B=41.15%

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
Decimal3130930.9800.280.49162.5295.4926.08
Hex3825D6201C31a35f1a
Octal32021351420346124313732
Binary11100000101011101110001001110011000110100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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