Html Css Color HEX #038265 Tropical Rain Forest
📋 copy color: '#038265'red 3 ◦ green 130 ◦ blue 101
Shades of Tropical Rain Forest #038265
Tints of Tropical Rain Forest #038265
RGB
CMYK
RGB Variations
Color information
#038265 (or 0x038265) is known color: Tropical Rain Forest. HEX triplet: 03, 82 and 65. RGB value is (3,130,101). Sum of RGB (Red+Green+Blue) = 3+130+101=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #038265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038265 is #FC7D9A. Grayscale: #585858. Windows color (decimal): -16547227 or 6652419. OLE color: 6652419.
HSL color Cylindrical-coordinate representation of color #038265: hue angle of 166.3º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038265 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 101 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.49 |
| HSL | 166.3º | 0.95% | 0.26% | - |
| HSV(B) | 166.3º | 0.98% | 0.51% | - |
| XYZ | 10.37 | 16.92 | 15.03 | - |
| YUV | 88.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 101 | 0.98 | 0 | 0.22 | 0.49 | 166.3 | 0.95 | 0.26 |
| Hex | 3 | 82 | 65 | 62 | 0 | 16 | 31 | A6 | 5F | 1A |
| Octal | 3 | 202 | 145 | 142 | 0 | 26 | 61 | 246 | 137 | 32 |
| Binary | 11 | 10000010 | 1100101 | 1100010 | 0 | 10110 | 110001 | 10100110 | 1011111 | 11010 |
Color Harmonies of #038265
Complementary color
Monochromatic Colors of #038265
Black with #038265
Text Example
Text Example
White with #038265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038265; }
p { color: rgb(3,130,101); }
H1.HeaderClassName
{
color: #038265;
}
.AnyTagClassName
{
color: #038265;
}
</style>
background-color css
<style>
a { background-color: #038265; }
a { background-color: rgb(3,130,101); }
div.DivClassName
{
background-color: #038265;
}
.BgClassName
{
background-color: #038265;
}
</style>
border-color css
<style>
span { border-color: #038265; }
span { border-color: rgb(3,130,101); }
td.TdClassName
{
border-color: #038265;
}
.TagClassName
{
border-color: #038265;
}
</style>