Html Css Color HEX #05845B Tropical Rain Forest

📋 copy color: '#05845B'

red 5 ◦ green 132 ◦ blue 91

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

Shades of Tropical Rain Forest #05845B

Tints of Tropical Rain Forest #05845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 2.19%
G = 57.89%
B = 39.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#05845B (or 0x05845B) is known color: Tropical Rain Forest. HEX triplet: 05, 84 and 5B. RGB value is (5,132,91). Sum of RGB (Red+Green+Blue) = 5+132+91=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #05845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05845B is #FA7BA4. Grayscale: #595959. Windows color (decimal): -16415653 or 5997573. OLE color: 5997573.

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

Color convert

RGB 5 132 91 -
CMYK 0.96 0 0.31 0.48
HSL 160.63º 0.93% 0.27% -
HSV(B) 160.63º 0.96% 0.52% -
XYZ 10.2 17.29 12.7 -
YUV 89.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 5 132 91 0.96 0 0.31 0.48 160.63 0.93 0.27
Hex 5 84 5B 60 0 1F 30 A1 5D 1B
Octal 5 204 133 140 0 37 60 241 135 33
Binary 101 10000100 1011011 1100000 0 11111 110000 10100001 1011101 11011

Color Harmonies of #05845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05845B

Black with #05845B

Text Example


Text Example

White with #05845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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