Shades of Forest Green #10A22D
Tints of Forest Green #10A22D
RGB
CMYK
RGB Variations
Color information
#10A22D (or 0x10A22D) is known color: Forest Green. HEX triplet: 10, A2 and 2D. RGB value is (16,162,45). Sum of RGB (Red+Green+Blue) = 16+162+45=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #10A22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A22D is #EF5DD2. Grayscale: #696969. Windows color (decimal): -15687123 or 2990608. OLE color: 2990608.
HSL color Cylindrical-coordinate representation of color #10A22D: hue angle of 131.92º 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 #10A22D is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 45 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.36 |
| HSL | 131.92º | 0.82% | 0.35% | - |
| HSV(B) | 131.92º | 0.9% | 0.64% | - |
| XYZ | 13.61 | 26.14 | 6.81 | - |
| YUV | 105.01 | 94.13 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 45 | 0.90 | 0 | 0.72 | 0.36 | 131.92 | 0.82 | 0.35 |
| Hex | 10 | A2 | 2D | 5A | 0 | 48 | 24 | 84 | 52 | 23 |
| Octal | 20 | 242 | 55 | 132 | 0 | 110 | 44 | 204 | 122 | 43 |
| Binary | 10000 | 10100010 | 101101 | 1011010 | 0 | 1001000 | 100100 | 10000100 | 1010010 | 100011 |
Color Harmonies of #10A22D
Complementary color
Monochromatic Colors of #10A22D
Black with #10A22D
Text Example
Text Example
White with #10A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A22D; }
p { color: rgb(16,162,45); }
H1.HeaderClassName
{
color: #10A22D;
}
.AnyTagClassName
{
color: #10A22D;
}
</style>
background-color css
<style>
a { background-color: #10A22D; }
a { background-color: rgb(16,162,45); }
div.DivClassName
{
background-color: #10A22D;
}
.BgClassName
{
background-color: #10A22D;
}
</style>
border-color css
<style>
span { border-color: #10A22D; }
span { border-color: rgb(16,162,45); }
td.TdClassName
{
border-color: #10A22D;
}
.TagClassName
{
border-color: #10A22D;
}
</style>