Html Css Color HEX #0C7258 Tropical Rain Forest
📋 copy color: '#0C7258'red 12 ◦ green 114 ◦ blue 88
Shades of Tropical Rain Forest #0C7258
Tints of Tropical Rain Forest #0C7258
RGB
CMYK
RGB Variations
Color information
#0C7258 (or 0x0C7258) is known color: Tropical Rain Forest. HEX triplet: 0C, 72 and 58. RGB value is (12,114,88). Sum of RGB (Red+Green+Blue) = 12+114+88=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7258 is #F38DA7. Grayscale: #505050. Windows color (decimal): -15961512 or 5796364. OLE color: 5796364.
HSL color Cylindrical-coordinate representation of color #0C7258: hue angle of 164.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7258 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 114 | 88 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.55 |
| HSL | 164.71º | 0.81% | 0.25% | - |
| HSV(B) | 164.71º | 0.89% | 0.45% | - |
| XYZ | 7.93 | 12.82 | 11.29 | - |
| YUV | 80.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 88 | 0.89 | 0 | 0.23 | 0.55 | 164.71 | 0.81 | 0.25 |
| Hex | C | 72 | 58 | 59 | 0 | 17 | 37 | A5 | 51 | 19 |
| Octal | 14 | 162 | 130 | 131 | 0 | 27 | 67 | 245 | 121 | 31 |
| Binary | 1100 | 1110010 | 1011000 | 1011001 | 0 | 10111 | 110111 | 10100101 | 1010001 | 11001 |
Color Harmonies of #0C7258
Complementary color
Monochromatic Colors of #0C7258
Black with #0C7258
Text Example
Text Example
White with #0C7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7258; }
p { color: rgb(12,114,88); }
H1.HeaderClassName
{
color: #0C7258;
}
.AnyTagClassName
{
color: #0C7258;
}
</style>
background-color css
<style>
a { background-color: #0C7258; }
a { background-color: rgb(12,114,88); }
div.DivClassName
{
background-color: #0C7258;
}
.BgClassName
{
background-color: #0C7258;
}
</style>
border-color css
<style>
span { border-color: #0C7258; }
span { border-color: rgb(12,114,88); }
td.TdClassName
{
border-color: #0C7258;
}
.TagClassName
{
border-color: #0C7258;
}
</style>