Html Css Color HEX #01875B Tropical Rain Forest

📋 copy color: '#01875B'

red 1 ◦ green 135 ◦ blue 91

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

Shades of Tropical Rain Forest #01875B

Tints of Tropical Rain Forest #01875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.47%

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

R = 0.44%
G = 59.47%
B = 40.09%

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

#01875B (or 0x01875B) is known color: Tropical Rain Forest. HEX triplet: 01, 87 and 5B. RGB value is (1,135,91). Sum of RGB (Red+Green+Blue) = 1+135+91=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #01875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01875B is #FE78A4. Grayscale: #595959. Windows color (decimal): -16677029 or 5998337. OLE color: 5998337.

HSL color Cylindrical-coordinate representation of color #01875B: hue angle of 160.3º 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 #01875B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 91 -
CMYK 0.99 0 0.33 0.47
HSL 160.3º 0.99% 0.27% -
HSV(B) 160.3º 0.99% 0.53% -
XYZ 10.56 18.09 12.83 -
YUV 89.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 1 135 91 0.99 0 0.33 0.47 160.3 0.99 0.27
Hex 1 87 5B 63 0 21 2F A0 63 1B
Octal 1 207 133 143 0 41 57 240 143 33
Binary 1 10000111 1011011 1100011 0 100001 101111 10100000 1100011 11011

Color Harmonies of #01875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01875B

Black with #01875B

Text Example


Text Example

White with #01875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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