Html Css Color HEX #05845D Tropical Rain Forest

📋 copy color: '#05845D'

red 5 ◦ green 132 ◦ blue 93

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

Shades of Tropical Rain Forest #05845D

Tints of Tropical Rain Forest #05845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

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

R = 2.17%
G = 57.39%
B = 40.43%

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

#05845D (or 0x05845D) is known color: Tropical Rain Forest. HEX triplet: 05, 84 and 5D. RGB value is (5,132,93). Sum of RGB (Red+Green+Blue) = 5+132+93=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #05845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05845D is #FA7BA2. Grayscale: #595959. Windows color (decimal): -16415651 or 6128645. OLE color: 6128645.

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

Color convert

RGB 5 132 93 -
CMYK 0.96 0 0.30 0.48
HSL 161.57º 0.93% 0.27% -
HSV(B) 161.57º 0.96% 0.52% -
XYZ 10.29 17.33 13.16 -
YUV 89.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 5 132 93 0.96 0 0.30 0.48 161.57 0.93 0.27
Hex 5 84 5D 60 0 1E 30 A2 5D 1B
Octal 5 204 135 140 0 36 60 242 135 33
Binary 101 10000100 1011101 1100000 0 11110 110000 10100010 1011101 11011

Color Harmonies of #05845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05845D

Black with #05845D

Text Example


Text Example

White with #05845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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