Html Css Color HEX #05855E Tropical Rain Forest

📋 copy color: '#05855E'

red 5 ◦ green 133 ◦ blue 94

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

Shades of Tropical Rain Forest #05855E

Tints of Tropical Rain Forest #05855E

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

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

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

R = 2.16%
G = 57.33%
B = 40.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#05855E (or 0x05855E) is known color: Tropical Rain Forest. HEX triplet: 05, 85 and 5E. RGB value is (5,133,94). Sum of RGB (Red+Green+Blue) = 5+133+94=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #05855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05855E is #FA7AA1. Grayscale: #5A5A5A. Windows color (decimal): -16415394 or 6194437. OLE color: 6194437.

HSL color Cylindrical-coordinate representation of color #05855E: hue angle of 161.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05855E is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 94 -
CMYK 0.96 0 0.29 0.48
HSL 161.72º 0.93% 0.27% -
HSV(B) 161.72º 0.96% 0.52% -
XYZ 10.47 17.62 13.44 -
YUV 90.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 5 133 94 0.96 0 0.29 0.48 161.72 0.93 0.27
Hex 5 85 5E 60 0 1D 30 A2 5D 1B
Octal 5 205 136 140 0 35 60 242 135 33
Binary 101 10000101 1011110 1100000 0 11101 110000 10100010 1011101 11011

Color Harmonies of #05855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05855E

Black with #05855E

Text Example


Text Example

White with #05855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,133,94); }

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

background-color css

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

 a { background-color: rgb(5,133,94); }

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

border-color css

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

 span { border-color: rgb(5,133,94); }

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