Shades of Forest Green #10831C
Tints of Forest Green #10831C
RGB
CMYK
RGB Variations
Color information
#10831C (or 0x10831C) is known color: Forest Green. HEX triplet: 10, 83 and 1C. RGB value is (16,131,28). Sum of RGB (Red+Green+Blue) = 16+131+28=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #10831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10831C is #EF7CE3. Grayscale: #555555. Windows color (decimal): -15695076 or 1868560. OLE color: 1868560.
HSL color Cylindrical-coordinate representation of color #10831C: hue angle of 126.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10831C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 131 | 28 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.49 |
| HSL | 126.26º | 0.78% | 0.29% | - |
| HSV(B) | 126.26º | 0.88% | 0.51% | - |
| XYZ | 8.54 | 16.43 | 3.82 | - |
| YUV | 84.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 28 | 0.88 | 0 | 0.79 | 0.49 | 126.26 | 0.78 | 0.29 |
| Hex | 10 | 83 | 1C | 58 | 0 | 4F | 31 | 7E | 4E | 1D |
| Octal | 20 | 203 | 34 | 130 | 0 | 117 | 61 | 176 | 116 | 35 |
| Binary | 10000 | 10000011 | 11100 | 1011000 | 0 | 1001111 | 110001 | 1111110 | 1001110 | 11101 |
Color Harmonies of #10831C
Complementary color
Monochromatic Colors of #10831C
Black with #10831C
Text Example
Text Example
White with #10831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10831C; }
p { color: rgb(16,131,28); }
H1.HeaderClassName
{
color: #10831C;
}
.AnyTagClassName
{
color: #10831C;
}
</style>
background-color css
<style>
a { background-color: #10831C; }
a { background-color: rgb(16,131,28); }
div.DivClassName
{
background-color: #10831C;
}
.BgClassName
{
background-color: #10831C;
}
</style>
border-color css
<style>
span { border-color: #10831C; }
span { border-color: rgb(16,131,28); }
td.TdClassName
{
border-color: #10831C;
}
.TagClassName
{
border-color: #10831C;
}
</style>