Html Css Color HEX #058261 Tropical Rain Forest

📋 copy color: '#058261'

red 5 ◦ green 130 ◦ blue 97

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

Shades of Tropical Rain Forest #058261

Tints of Tropical Rain Forest #058261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 2.16%
G = 56.03%
B = 41.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#058261 (or 0x058261) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 61. RGB value is (5,130,97). Sum of RGB (Red+Green+Blue) = 5+130+97=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #058261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058261 is #FA7D9E. Grayscale: #585858. Windows color (decimal): -16416159 or 6390277. OLE color: 6390277.

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

Color convert

RGB 5 130 97 -
CMYK 0.96 0 0.25 0.49
HSL 164.16º 0.93% 0.26% -
HSV(B) 164.16º 0.96% 0.51% -
XYZ 10.2 16.86 14.03 -
YUV 88.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 5 130 97 0.96 0 0.25 0.49 164.16 0.93 0.26
Hex 5 82 61 60 0 19 31 A4 5D 1A
Octal 5 202 141 140 0 31 61 244 135 32
Binary 101 10000010 1100001 1100000 0 11001 110001 10100100 1011101 11010

Color Harmonies of #058261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058261

Black with #058261

Text Example


Text Example

White with #058261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058261; }

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

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

background-color css

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

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

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

border-color css

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

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

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