Html Css Color HEX #05825D Tropical Rain Forest

📋 copy color: '#05825D'

red 5 ◦ green 130 ◦ blue 93

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

Shades of Tropical Rain Forest #05825D

Tints of Tropical Rain Forest #05825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

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

R = 2.19%
G = 57.02%
B = 40.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#05825D (or 0x05825D) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 5D. RGB value is (5,130,93). Sum of RGB (Red+Green+Blue) = 5+130+93=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #05825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05825D is #FA7DA2. Grayscale: #585858. Windows color (decimal): -16416163 or 6128133. OLE color: 6128133.

HSL color Cylindrical-coordinate representation of color #05825D: hue angle of 162.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05825D is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 93 -
CMYK 0.96 0 0.28 0.49
HSL 162.24º 0.93% 0.26% -
HSV(B) 162.24º 0.96% 0.51% -
XYZ 10.02 16.79 13.07 -
YUV 88.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 5 130 93 0.96 0 0.28 0.49 162.24 0.93 0.26
Hex 5 82 5D 60 0 1C 31 A2 5D 1A
Octal 5 202 135 140 0 34 61 242 135 32
Binary 101 10000010 1011101 1100000 0 11100 110001 10100010 1011101 11010

Color Harmonies of #05825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05825D

Black with #05825D

Text Example


Text Example

White with #05825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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