Html Css Color HEX #01855F Tropical Rain Forest

📋 copy color: '#01855F'

red 1 ◦ green 133 ◦ blue 95

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

Shades of Tropical Rain Forest #01855F

Tints of Tropical Rain Forest #01855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 0.44%
G = 58.08%
B = 41.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#01855F (or 0x01855F) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 5F. RGB value is (1,133,95). Sum of RGB (Red+Green+Blue) = 1+133+95=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #01855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01855F is #FE7AA0. Grayscale: #595959. Windows color (decimal): -16677537 or 6259969. OLE color: 6259969.

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

Color convert

RGB 1 133 95 -
CMYK 0.99 0 0.29 0.48
HSL 162.73º 0.99% 0.26% -
HSV(B) 162.73º 0.99% 0.52% -
XYZ 10.47 17.61 13.67 -
YUV 89.2 131.27 65.09 -
System Red Green Blue C M Y K H S L
Decimal 1 133 95 0.99 0 0.29 0.48 162.73 0.99 0.26
Hex 1 85 5F 63 0 1D 30 A3 63 1A
Octal 1 205 137 143 0 35 60 243 143 32
Binary 1 10000101 1011111 1100011 0 11101 110000 10100011 1100011 11010

Color Harmonies of #01855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01855F

Black with #01855F

Text Example


Text Example

White with #01855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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