Shades of Forest Green #318C2B
Tints of Forest Green #318C2B
RGB
CMYK
RGB Variations
Color information
#318C2B (or 0x318C2B) is known color: Forest Green. HEX triplet: 31, 8C and 2B. RGB value is (49,140,43). Sum of RGB (Red+Green+Blue) = 49+140+43=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #318C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C2B is #CE73D4. Grayscale: #666666. Windows color (decimal): -13530069 or 2853937. OLE color: 2853937.
HSL color Cylindrical-coordinate representation of color #318C2B: hue angle of 116.29º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318C2B is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 43 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.45 |
| HSL | 116.29º | 0.53% | 0.36% | - |
| HSV(B) | 116.29º | 0.69% | 0.55% | - |
| XYZ | 11.08 | 19.58 | 5.48 | - |
| YUV | 101.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 43 | 0.65 | 0 | 0.69 | 0.45 | 116.29 | 0.53 | 0.36 |
| Hex | 31 | 8C | 2B | 41 | 0 | 45 | 2D | 74 | 35 | 24 |
| Octal | 61 | 214 | 53 | 101 | 0 | 105 | 55 | 164 | 65 | 44 |
| Binary | 110001 | 10001100 | 101011 | 1000001 | 0 | 1000101 | 101101 | 1110100 | 110101 | 100100 |
Color Harmonies of #318C2B
Complementary color
Monochromatic Colors of #318C2B
Black with #318C2B
Text Example
Text Example
White with #318C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C2B; }
p { color: rgb(49,140,43); }
H1.HeaderClassName
{
color: #318C2B;
}
.AnyTagClassName
{
color: #318C2B;
}
</style>
background-color css
<style>
a { background-color: #318C2B; }
a { background-color: rgb(49,140,43); }
div.DivClassName
{
background-color: #318C2B;
}
.BgClassName
{
background-color: #318C2B;
}
</style>
border-color css
<style>
span { border-color: #318C2B; }
span { border-color: rgb(49,140,43); }
td.TdClassName
{
border-color: #318C2B;
}
.TagClassName
{
border-color: #318C2B;
}
</style>