Html Css Color HEX #028066 Tropical Rain Forest
📋 copy color: '#028066'red 2 ◦ green 128 ◦ blue 102
Shades of Tropical Rain Forest #028066
Tints of Tropical Rain Forest #028066
RGB
CMYK
RGB Variations
Color information
#028066 (or 0x028066) is known color: Tropical Rain Forest. HEX triplet: 02, 80 and 66. RGB value is (2,128,102). Sum of RGB (Red+Green+Blue) = 2+128+102=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #028066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028066 is #FD7F99. Grayscale: #575757. Windows color (decimal): -16613274 or 6717442. OLE color: 6717442.
HSL color Cylindrical-coordinate representation of color #028066: hue angle of 167.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028066 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 102 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.50 |
| HSL | 167.62º | 0.97% | 0.25% | - |
| HSV(B) | 167.62º | 0.98% | 0.5% | - |
| XYZ | 10.14 | 16.41 | 15.2 | - |
| YUV | 87.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 102 | 0.98 | 0 | 0.20 | 0.50 | 167.62 | 0.97 | 0.25 |
| Hex | 2 | 80 | 66 | 62 | 0 | 14 | 32 | A8 | 61 | 19 |
| Octal | 2 | 200 | 146 | 142 | 0 | 24 | 62 | 250 | 141 | 31 |
| Binary | 10 | 10000000 | 1100110 | 1100010 | 0 | 10100 | 110010 | 10101000 | 1100001 | 11001 |
Color Harmonies of #028066
Complementary color
Monochromatic Colors of #028066
Black with #028066
Text Example
Text Example
White with #028066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028066; }
p { color: rgb(2,128,102); }
H1.HeaderClassName
{
color: #028066;
}
.AnyTagClassName
{
color: #028066;
}
</style>
background-color css
<style>
a { background-color: #028066; }
a { background-color: rgb(2,128,102); }
div.DivClassName
{
background-color: #028066;
}
.BgClassName
{
background-color: #028066;
}
</style>
border-color css
<style>
span { border-color: #028066; }
span { border-color: rgb(2,128,102); }
td.TdClassName
{
border-color: #028066;
}
.TagClassName
{
border-color: #028066;
}
</style>