Html Css Color HEX #0C735F Tropical Rain Forest
📋 copy color: '#0C735F'red 12 ◦ green 115 ◦ blue 95
Shades of Tropical Rain Forest #0C735F
Tints of Tropical Rain Forest #0C735F
RGB
CMYK
RGB Variations
Color information
#0C735F (or 0x0C735F) is known color: Tropical Rain Forest. HEX triplet: 0C, 73 and 5F. RGB value is (12,115,95). Sum of RGB (Red+Green+Blue) = 12+115+95=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #0C735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C735F is #F38CA0. Grayscale: #515151. Windows color (decimal): -15961249 or 6255372. OLE color: 6255372.
HSL color Cylindrical-coordinate representation of color #0C735F: hue angle of 168.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C735F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 115 | 95 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.55 |
| HSL | 168.35º | 0.81% | 0.25% | - |
| HSV(B) | 168.35º | 0.9% | 0.45% | - |
| XYZ | 8.35 | 13.17 | 12.93 | - |
| YUV | 81.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 115 | 95 | 0.90 | 0 | 0.17 | 0.55 | 168.35 | 0.81 | 0.25 |
| Hex | C | 73 | 5F | 5A | 0 | 11 | 37 | A8 | 51 | 19 |
| Octal | 14 | 163 | 137 | 132 | 0 | 21 | 67 | 250 | 121 | 31 |
| Binary | 1100 | 1110011 | 1011111 | 1011010 | 0 | 10001 | 110111 | 10101000 | 1010001 | 11001 |
Color Harmonies of #0C735F
Complementary color
Monochromatic Colors of #0C735F
Black with #0C735F
Text Example
Text Example
White with #0C735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C735F; }
p { color: rgb(12,115,95); }
H1.HeaderClassName
{
color: #0C735F;
}
.AnyTagClassName
{
color: #0C735F;
}
</style>
background-color css
<style>
a { background-color: #0C735F; }
a { background-color: rgb(12,115,95); }
div.DivClassName
{
background-color: #0C735F;
}
.BgClassName
{
background-color: #0C735F;
}
</style>
border-color css
<style>
span { border-color: #0C735F; }
span { border-color: rgb(12,115,95); }
td.TdClassName
{
border-color: #0C735F;
}
.TagClassName
{
border-color: #0C735F;
}
</style>