Html Css Color HEX #01875E Tropical Rain Forest

📋 copy color: '#01875E'

red 1 ◦ green 135 ◦ blue 94

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

Shades of Tropical Rain Forest #01875E

Tints of Tropical Rain Forest #01875E

RGB

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

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

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

R = 0.43%
G = 58.7%
B = 40.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#01875E (or 0x01875E) is known color: Tropical Rain Forest. HEX triplet: 01, 87 and 5E. RGB value is (1,135,94). Sum of RGB (Red+Green+Blue) = 1+135+94=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #01875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01875E is #FE78A1. Grayscale: #5A5A5A. Windows color (decimal): -16677026 or 6194945. OLE color: 6194945.

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

Color convert

RGB 1 135 94 -
CMYK 0.99 0 0.30 0.47
HSL 161.64º 0.99% 0.27% -
HSV(B) 161.64º 0.99% 0.53% -
XYZ 10.7 18.14 13.53 -
YUV 90.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 1 135 94 0.99 0 0.30 0.47 161.64 0.99 0.27
Hex 1 87 5E 63 0 1E 2F A2 63 1B
Octal 1 207 136 143 0 36 57 242 143 33
Binary 1 10000111 1011110 1100011 0 11110 101111 10100010 1100011 11011

Color Harmonies of #01875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01875E

Black with #01875E

Text Example


Text Example

White with #01875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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