Html Css Color HEX #05785D Tropical Rain Forest

📋 copy color: '#05785D'

red 5 ◦ green 120 ◦ blue 93

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

Shades of Tropical Rain Forest #05785D

Tints of Tropical Rain Forest #05785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.05%

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

R = 2.29%
G = 55.05%
B = 42.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#05785D (or 0x05785D) is known color: Tropical Rain Forest. HEX triplet: 05, 78 and 5D. RGB value is (5,120,93). Sum of RGB (Red+Green+Blue) = 5+120+93=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #05785D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05785D is #FA87A2. Grayscale: #525252. Windows color (decimal): -16418723 or 6125573. OLE color: 6125573.

HSL color Cylindrical-coordinate representation of color #05785D: hue angle of 165.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05785D is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 120 93 -
CMYK 0.96 0 0.22 0.53
HSL 165.91º 0.92% 0.25% -
HSV(B) 165.91º 0.96% 0.47% -
XYZ 8.75 14.26 12.65 -
YUV 82.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 5 120 93 0.96 0 0.22 0.53 165.91 0.92 0.25
Hex 5 78 5D 60 0 16 35 A6 5C 19
Octal 5 170 135 140 0 26 65 246 134 31
Binary 101 1111000 1011101 1100000 0 10110 110101 10100110 1011100 11001

Color Harmonies of #05785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05785D

Black with #05785D

Text Example


Text Example

White with #05785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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