#01825A

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

Shades of Tropical Rain Forest #01825A

Tints of Tropical Rain Forest #01825A

Color information

#01825A (or 0x01825A) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 5A. RGB value is (1,130,90). Sum of RGB (Red+Green+Blue) = 1+130+90=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #01825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01825A is #FE7DA5. Grayscale: #565656. Windows color (decimal): -16678310 or 5931521. OLE color: 5931521.

HSL color Cylindrical-coordinate representation of color #01825A: hue angle of 161.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01825A is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB113090-
CMYK0.9900.310.49
HSL161.4º98.47%25.69%-
HSV(B)161.4º99.23%50.98%-
XYZ9.8416.7112.38-
YUV86.87129.7666.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=0.45%
G=58.82%
B=40.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130900.9900.310.49161.498.4725.69
Hex1825A6301F31a1621a
Octal12021321430376124114232
Binary1100000101011010110001101111111000110100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01825A; }

 p { color: rgb(1,130,90); }

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

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

 a { background-color: rgb(1,130,90); }

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

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

 span { border-color: rgb(1,130,90); }

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