Html Css Color HEX #05855D Tropical Rain Forest

📋 copy color: '#05855D'

red 5 ◦ green 133 ◦ blue 93

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

Shades of Tropical Rain Forest #05855D

Tints of Tropical Rain Forest #05855D

RGB

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

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

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

R = 2.16%
G = 57.58%
B = 40.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#05855D (or 0x05855D) is known color: Tropical Rain Forest. HEX triplet: 05, 85 and 5D. RGB value is (5,133,93). Sum of RGB (Red+Green+Blue) = 5+133+93=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #05855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05855D is #FA7AA2. Grayscale: #5A5A5A. Windows color (decimal): -16415395 or 6128901. OLE color: 6128901.

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

Color convert

RGB 5 133 93 -
CMYK 0.96 0 0.30 0.48
HSL 161.25º 0.93% 0.27% -
HSV(B) 161.25º 0.96% 0.52% -
XYZ 10.43 17.6 13.2 -
YUV 90.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 5 133 93 0.96 0 0.30 0.48 161.25 0.93 0.27
Hex 5 85 5D 60 0 1E 30 A1 5D 1B
Octal 5 205 135 140 0 36 60 241 135 33
Binary 101 10000101 1011101 1100000 0 11110 110000 10100001 1011101 11011

Color Harmonies of #05855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05855D

Black with #05855D

Text Example


Text Example

White with #05855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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