Html Css Color HEX #008365 Tropical Rain Forest
📋 copy color: '#008365'red 0 ◦ green 131 ◦ blue 101
Shades of Tropical Rain Forest #008365
Tints of Tropical Rain Forest #008365
RGB
CMYK
RGB Variations
Color information
#008365 (or 0x008365) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 65. RGB value is (0,131,101). Sum of RGB (Red+Green+Blue) = 0+131+101=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #008365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008365 is #FF7C9A. Grayscale: #585858. Windows color (decimal): -16743579 or 6652672. OLE color: 6652672.
HSL color Cylindrical-coordinate representation of color #008365: hue angle of 166.26º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008365 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 101 | - |
| CMYK | 1 | 0 | 0.23 | 0.49 |
| HSL | 166.26º | 1% | 0.26% | - |
| HSV(B) | 166.26º | 1% | 0.51% | - |
| XYZ | 10.47 | 17.17 | 15.07 | - |
| YUV | 88.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 101 | 1 | 0 | 0.23 | 0.49 | 166.26 | 1 | 0.26 |
| Hex | 0 | 83 | 65 | 64 | 0 | 17 | 31 | A6 | 64 | 1A |
| Octal | 0 | 203 | 145 | 144 | 0 | 27 | 61 | 246 | 144 | 32 |
| Binary | 0 | 10000011 | 1100101 | 1100100 | 0 | 10111 | 110001 | 10100110 | 1100100 | 11010 |
Color Harmonies of #008365
Complementary color
Monochromatic Colors of #008365
Black with #008365
Text Example
Text Example
White with #008365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008365; }
p { color: rgb(0,131,101); }
H1.HeaderClassName
{
color: #008365;
}
.AnyTagClassName
{
color: #008365;
}
</style>
background-color css
<style>
a { background-color: #008365; }
a { background-color: rgb(0,131,101); }
div.DivClassName
{
background-color: #008365;
}
.BgClassName
{
background-color: #008365;
}
</style>
border-color css
<style>
span { border-color: #008365; }
span { border-color: rgb(0,131,101); }
td.TdClassName
{
border-color: #008365;
}
.TagClassName
{
border-color: #008365;
}
</style>