Html Css Color HEX #01855D Tropical Rain Forest

📋 copy color: '#01855D'

red 1 ◦ green 133 ◦ blue 93

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

Shades of Tropical Rain Forest #01855D

Tints of Tropical Rain Forest #01855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.59%

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

R = 0.44%
G = 58.59%
B = 40.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#01855D (or 0x01855D) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 5D. RGB value is (1,133,93). Sum of RGB (Red+Green+Blue) = 1+133+93=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #01855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01855D is #FE7AA2. Grayscale: #595959. Windows color (decimal): -16677539 or 6128897. OLE color: 6128897.

HSL color Cylindrical-coordinate representation of color #01855D: hue angle of 161.82º degrees, saturation: 0.99, 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 #01855D is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 93 -
CMYK 0.99 0 0.30 0.48
HSL 161.82º 0.99% 0.26% -
HSV(B) 161.82º 0.99% 0.52% -
XYZ 10.38 17.57 13.2 -
YUV 88.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 1 133 93 0.99 0 0.30 0.48 161.82 0.99 0.26
Hex 1 85 5D 63 0 1E 30 A2 63 1A
Octal 1 205 135 143 0 36 60 242 143 32
Binary 1 10000101 1011101 1100011 0 11110 110000 10100010 1100011 11010

Color Harmonies of #01855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01855D

Black with #01855D

Text Example


Text Example

White with #01855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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