Shades of Forest Green #0A832B
Tints of Forest Green #0A832B
RGB
CMYK
RGB Variations
Color information
#0A832B (or 0x0A832B) is known color: Forest Green. HEX triplet: 0A, 83 and 2B. RGB value is (10,131,43). Sum of RGB (Red+Green+Blue) = 10+131+43=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #0A832B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A832B is #F57CD4. Grayscale: #555555. Windows color (decimal): -16088277 or 2851594. OLE color: 2851594.
HSL color Cylindrical-coordinate representation of color #0A832B: hue angle of 136.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A832B is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 43 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.49 |
| HSL | 136.36º | 0.86% | 0.28% | - |
| HSV(B) | 136.36º | 0.92% | 0.51% | - |
| XYZ | 8.68 | 16.47 | 5.01 | - |
| YUV | 84.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 43 | 0.92 | 0 | 0.67 | 0.49 | 136.36 | 0.86 | 0.28 |
| Hex | A | 83 | 2B | 5C | 0 | 43 | 31 | 88 | 56 | 1C |
| Octal | 12 | 203 | 53 | 134 | 0 | 103 | 61 | 210 | 126 | 34 |
| Binary | 1010 | 10000011 | 101011 | 1011100 | 0 | 1000011 | 110001 | 10001000 | 1010110 | 11100 |
Color Harmonies of #0A832B
Complementary color
Monochromatic Colors of #0A832B
Black with #0A832B
Text Example
Text Example
White with #0A832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A832B; }
p { color: rgb(10,131,43); }
H1.HeaderClassName
{
color: #0A832B;
}
.AnyTagClassName
{
color: #0A832B;
}
</style>
background-color css
<style>
a { background-color: #0A832B; }
a { background-color: rgb(10,131,43); }
div.DivClassName
{
background-color: #0A832B;
}
.BgClassName
{
background-color: #0A832B;
}
</style>
border-color css
<style>
span { border-color: #0A832B; }
span { border-color: rgb(10,131,43); }
td.TdClassName
{
border-color: #0A832B;
}
.TagClassName
{
border-color: #0A832B;
}
</style>