Html Css Color HEX #058260 Tropical Rain Forest

📋 copy color: '#058260'

red 5 ◦ green 130 ◦ blue 96

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

Shades of Tropical Rain Forest #058260

Tints of Tropical Rain Forest #058260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 2.16%
G = 56.28%
B = 41.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#058260 (or 0x058260) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 60. RGB value is (5,130,96). Sum of RGB (Red+Green+Blue) = 5+130+96=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #058260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058260 is #FA7D9F. Grayscale: #585858. Windows color (decimal): -16416160 or 6324741. OLE color: 6324741.

HSL color Cylindrical-coordinate representation of color #058260: hue angle of 163.68º 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 #058260 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 96 -
CMYK 0.96 0 0.26 0.49
HSL 163.68º 0.93% 0.26% -
HSV(B) 163.68º 0.96% 0.51% -
XYZ 10.16 16.84 13.78 -
YUV 88.75 132.09 68.26 -
System Red Green Blue C M Y K H S L
Decimal 5 130 96 0.96 0 0.26 0.49 163.68 0.93 0.26
Hex 5 82 60 60 0 1A 31 A4 5D 1A
Octal 5 202 140 140 0 32 61 244 135 32
Binary 101 10000010 1100000 1100000 0 11010 110001 10100100 1011101 11010

Color Harmonies of #058260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058260

Black with #058260

Text Example


Text Example

White with #058260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058260; }

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

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

background-color css

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

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

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

border-color css

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

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

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