Html Css Color HEX #05805F Tropical Rain Forest

📋 copy color: '#05805F'

red 5 ◦ green 128 ◦ blue 95

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

Shades of Tropical Rain Forest #05805F

Tints of Tropical Rain Forest #05805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.14%

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

R = 2.19%
G = 56.14%
B = 41.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#05805F (or 0x05805F) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 5F. RGB value is (5,128,95). Sum of RGB (Red+Green+Blue) = 5+128+95=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #05805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05805F is #FA7FA0. Grayscale: #575757. Windows color (decimal): -16416673 or 6258693. OLE color: 6258693.

HSL color Cylindrical-coordinate representation of color #05805F: hue angle of 163.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05805F is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 95 -
CMYK 0.96 0 0.26 0.50
HSL 163.9º 0.92% 0.26% -
HSV(B) 163.9º 0.96% 0.5% -
XYZ 9.85 16.3 13.45 -
YUV 87.46 132.25 69.18 -
System Red Green Blue C M Y K H S L
Decimal 5 128 95 0.96 0 0.26 0.50 163.9 0.92 0.26
Hex 5 80 5F 60 0 1A 32 A4 5C 1A
Octal 5 200 137 140 0 32 62 244 134 32
Binary 101 10000000 1011111 1100000 0 11010 110010 10100100 1011100 11010

Color Harmonies of #05805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05805F

Black with #05805F

Text Example


Text Example

White with #05805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,128,95); }

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

background-color css

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

 a { background-color: rgb(5,128,95); }

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

border-color css

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

 span { border-color: rgb(5,128,95); }

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