Html Css Color HEX #01845E Tropical Rain Forest

📋 copy color: '#01845E'

red 1 ◦ green 132 ◦ blue 94

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

Shades of Tropical Rain Forest #01845E

Tints of Tropical Rain Forest #01845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 0.44%
G = 58.15%
B = 41.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#01845E (or 0x01845E) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 5E. RGB value is (1,132,94). Sum of RGB (Red+Green+Blue) = 1+132+94=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #01845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01845E is #FE7BA1. Grayscale: #585858. Windows color (decimal): -16677794 or 6194177. OLE color: 6194177.

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

Color convert

RGB 1 132 94 -
CMYK 0.99 0 0.29 0.48
HSL 162.6º 0.98% 0.26% -
HSV(B) 162.6º 0.99% 0.52% -
XYZ 10.28 17.32 13.39 -
YUV 88.5 131.1 65.59 -
System Red Green Blue C M Y K H S L
Decimal 1 132 94 0.99 0 0.29 0.48 162.6 0.98 0.26
Hex 1 84 5E 63 0 1D 30 A3 62 1A
Octal 1 204 136 143 0 35 60 243 142 32
Binary 1 10000100 1011110 1100011 0 11101 110000 10100011 1100010 11010

Color Harmonies of #01845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01845E

Black with #01845E

Text Example


Text Example

White with #01845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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