Html Css Color HEX #058262 Tropical Rain Forest

📋 copy color: '#058262'

red 5 ◦ green 130 ◦ blue 98

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

Shades of Tropical Rain Forest #058262

Tints of Tropical Rain Forest #058262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 2.15%
G = 55.79%
B = 42.06%

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

#058262 (or 0x058262) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 62. RGB value is (5,130,98). Sum of RGB (Red+Green+Blue) = 5+130+98=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #058262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058262 is #FA7D9D. Grayscale: #585858. Windows color (decimal): -16416158 or 6455813. OLE color: 6455813.

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

Color convert

RGB 5 130 98 -
CMYK 0.96 0 0.25 0.49
HSL 164.64º 0.93% 0.26% -
HSV(B) 164.64º 0.96% 0.51% -
XYZ 10.25 16.88 14.27 -
YUV 88.98 133.09 68.1 -
System Red Green Blue C M Y K H S L
Decimal 5 130 98 0.96 0 0.25 0.49 164.64 0.93 0.26
Hex 5 82 62 60 0 19 31 A5 5D 1A
Octal 5 202 142 140 0 31 61 245 135 32
Binary 101 10000010 1100010 1100000 0 11001 110001 10100101 1011101 11010

Color Harmonies of #058262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058262

Black with #058262

Text Example


Text Example

White with #058262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058262; }

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

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

background-color css

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

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

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

border-color css

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

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

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