Html Css Color HEX #01845B Tropical Rain Forest

📋 copy color: '#01845B'

red 1 ◦ green 132 ◦ blue 91

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

Shades of Tropical Rain Forest #01845B

Tints of Tropical Rain Forest #01845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.93%

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

R = 0.45%
G = 58.93%
B = 40.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#01845B (or 0x01845B) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 5B. RGB value is (1,132,91). Sum of RGB (Red+Green+Blue) = 1+132+91=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #01845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01845B is #FE7BA4. Grayscale: #585858. Windows color (decimal): -16677797 or 5997569. OLE color: 5997569.

HSL color Cylindrical-coordinate representation of color #01845B: hue angle of 161.22º degrees, saturation: 0.98, 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 #01845B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 91 -
CMYK 0.99 0 0.31 0.48
HSL 161.22º 0.98% 0.26% -
HSV(B) 161.22º 0.99% 0.52% -
XYZ 10.15 17.26 12.69 -
YUV 88.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 1 132 91 0.99 0 0.31 0.48 161.22 0.98 0.26
Hex 1 84 5B 63 0 1F 30 A1 62 1A
Octal 1 204 133 143 0 37 60 241 142 32
Binary 1 10000100 1011011 1100011 0 11111 110000 10100001 1100010 11010

Color Harmonies of #01845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01845B

Black with #01845B

Text Example


Text Example

White with #01845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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