Html Css Color HEX #01885B Tropical Rain Forest

📋 copy color: '#01885B'

red 1 ◦ green 136 ◦ blue 91

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

Shades of Tropical Rain Forest #01885B

Tints of Tropical Rain Forest #01885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.65%

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

R = 0.44%
G = 59.65%
B = 39.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#01885B (or 0x01885B) is known color: Tropical Rain Forest. HEX triplet: 01, 88 and 5B. RGB value is (1,136,91). Sum of RGB (Red+Green+Blue) = 1+136+91=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #01885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01885B is #FE77A4. Grayscale: #5A5A5A. Windows color (decimal): -16676773 or 5998593. OLE color: 5998593.

HSL color Cylindrical-coordinate representation of color #01885B: hue angle of 160º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01885B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 91 -
CMYK 0.99 0 0.33 0.47
HSL 160º 0.99% 0.27% -
HSV(B) 160º 0.99% 0.53% -
XYZ 10.71 18.37 12.88 -
YUV 90.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 1 136 91 0.99 0 0.33 0.47 160 0.99 0.27
Hex 1 88 5B 63 0 21 2F A0 63 1B
Octal 1 210 133 143 0 41 57 240 143 33
Binary 1 10001000 1011011 1100011 0 100001 101111 10100000 1100011 11011

Color Harmonies of #01885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01885B

Black with #01885B

Text Example


Text Example

White with #01885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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