Shades of Forest Green #10A32B
Tints of Forest Green #10A32B
RGB
CMYK
RGB Variations
Color information
#10A32B (or 0x10A32B) is known color: Forest Green. HEX triplet: 10, A3 and 2B. RGB value is (16,163,43). Sum of RGB (Red+Green+Blue) = 16+163+43=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 163 (64.06% from 255 or 73.42% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 163 - color contains mainly: green. Hex color #10A32B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A32B is #EF5CD4. Grayscale: #696969. Windows color (decimal): -15686869 or 2859792. OLE color: 2859792.
HSL color Cylindrical-coordinate representation of color #10A32B: hue angle of 131.02º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A32B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 43 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.36 |
| HSL | 131.02º | 0.82% | 0.35% | - |
| HSV(B) | 131.02º | 0.9% | 0.64% | - |
| XYZ | 13.75 | 26.48 | 6.67 | - |
| YUV | 105.37 | 92.8 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 43 | 0.90 | 0 | 0.74 | 0.36 | 131.02 | 0.82 | 0.35 |
| Hex | 10 | A3 | 2B | 5A | 0 | 4A | 24 | 83 | 52 | 23 |
| Octal | 20 | 243 | 53 | 132 | 0 | 112 | 44 | 203 | 122 | 43 |
| Binary | 10000 | 10100011 | 101011 | 1011010 | 0 | 1001010 | 100100 | 10000011 | 1010010 | 100011 |
Color Harmonies of #10A32B
Complementary color
Monochromatic Colors of #10A32B
Black with #10A32B
Text Example
Text Example
White with #10A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A32B; }
p { color: rgb(16,163,43); }
H1.HeaderClassName
{
color: #10A32B;
}
.AnyTagClassName
{
color: #10A32B;
}
</style>
background-color css
<style>
a { background-color: #10A32B; }
a { background-color: rgb(16,163,43); }
div.DivClassName
{
background-color: #10A32B;
}
.BgClassName
{
background-color: #10A32B;
}
</style>
border-color css
<style>
span { border-color: #10A32B; }
span { border-color: rgb(16,163,43); }
td.TdClassName
{
border-color: #10A32B;
}
.TagClassName
{
border-color: #10A32B;
}
</style>