Html Css Color HEX #01855B Tropical Rain Forest

📋 copy color: '#01855B'

red 1 ◦ green 133 ◦ blue 91

#01855B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #01855B

Tints of Tropical Rain Forest #01855B

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 133 (52.34% from 255) = 59.11%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 0.44%
G = 59.11%
B = 40.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#01855B (or 0x01855B) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 5B. RGB value is (1,133,91). Sum of RGB (Red+Green+Blue) = 1+133+91=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #01855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01855B is #FE7AA4. Grayscale: #585858. Windows color (decimal): -16677541 or 5997825. OLE color: 5997825.

HSL color Cylindrical-coordinate representation of color #01855B: hue angle of 160.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01855B is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 91 -
CMYK 0.99 0 0.32 0.48
HSL 160.91º 0.99% 0.26% -
HSV(B) 160.91º 0.99% 0.52% -
XYZ 10.29 17.54 12.74 -
YUV 88.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 1 133 91 0.99 0 0.32 0.48 160.91 0.99 0.26
Hex 1 85 5B 63 0 20 30 A1 63 1A
Octal 1 205 133 143 0 40 60 241 143 32
Binary 1 10000101 1011011 1100011 0 100000 110000 10100001 1100011 11010

Color Harmonies of #01855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01855B

Black with #01855B

Text Example


Text Example

White with #01855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01855B; }

 p { color: rgb(1,133,91); }

 H1.HeaderClassName
 {
   color: #01855B;
 }
 .AnyTagClassName
 {
   color: #01855B;
 }
</style>

background-color css

<style>
 a { background-color: #01855B; }

 a { background-color: rgb(1,133,91); }

 div.DivClassName
 {
   background-color: #01855B;
 }
 .BgClassName
 {
   background-color: #01855B;
 }
</style>

border-color css

<style>
 span { border-color: #01855B; }

 span { border-color: rgb(1,133,91); }

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