#01835E

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

Shades of Tropical Rain Forest #01835E

Tints of Tropical Rain Forest #01835E

Color information

#01835E (or 0x01835E) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 83 and 5E. RGB value is (1,131,94). Sum of RGB (Red+Green+Blue) = 1+131+94=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #01835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01835E is #FE7CA1. Grayscale: #575757. Windows color (decimal): -16678050 or 6193921. OLE color: 6193921.

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

Color convert

RGB113194-
CMYK0.9900.280.49
HSL162.92º98.48%25.88%-
HSV(B)162.92º99.24%51.37%-
XYZ10.1517.0513.35-
YUV87.91131.4366.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 131 (51.56% from 255) = 57.96%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=0.44%
G=57.96%
B=41.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131940.9900.280.49162.9298.4825.88
Hex1835E6301C31a3621a
Octal12031361430346124314232
Binary1100000111011110110001101110011000110100011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,131,94); }

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

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

 a { background-color: rgb(1,131,94); }

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

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

 span { border-color: rgb(1,131,94); }

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