Html Css Color HEX #01875D Tropical Rain Forest

📋 copy color: '#01875D'

red 1 ◦ green 135 ◦ blue 93

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

Shades of Tropical Rain Forest #01875D

Tints of Tropical Rain Forest #01875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 0.44%
G = 58.95%
B = 40.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#01875D (or 0x01875D) is known color: Tropical Rain Forest. HEX triplet: 01, 87 and 5D. RGB value is (1,135,93). Sum of RGB (Red+Green+Blue) = 1+135+93=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #01875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01875D is #FE78A2. Grayscale: #5A5A5A. Windows color (decimal): -16677027 or 6129409. OLE color: 6129409.

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

Color convert

RGB 1 135 93 -
CMYK 0.99 0 0.31 0.47
HSL 161.19º 0.99% 0.27% -
HSV(B) 161.19º 0.99% 0.53% -
XYZ 10.65 18.12 13.29 -
YUV 90.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 1 135 93 0.99 0 0.31 0.47 161.19 0.99 0.27
Hex 1 87 5D 63 0 1F 2F A1 63 1B
Octal 1 207 135 143 0 37 57 241 143 33
Binary 1 10000111 1011101 1100011 0 11111 101111 10100001 1100011 11011

Color Harmonies of #01875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01875D

Black with #01875D

Text Example


Text Example

White with #01875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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