Shades of Forest Green #309732
Tints of Forest Green #309732
RGB
CMYK
RGB Variations
Color information
#309732 (or 0x309732) is known color: Forest Green. HEX triplet: 30, 97 and 32. RGB value is (48,151,50). Sum of RGB (Red+Green+Blue) = 48+151+50=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #309732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309732 is #CF68CD. Grayscale: #6C6C6C. Windows color (decimal): -13592782 or 3315504. OLE color: 3315504.
HSL color Cylindrical-coordinate representation of color #309732: hue angle of 121.17º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309732 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 151 | 50 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.41 |
| HSL | 121.17º | 0.52% | 0.39% | - |
| HSV(B) | 121.17º | 0.68% | 0.59% | - |
| XYZ | 12.86 | 22.99 | 6.78 | - |
| YUV | 108.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 50 | 0.68 | 0 | 0.67 | 0.41 | 121.17 | 0.52 | 0.39 |
| Hex | 30 | 97 | 32 | 44 | 0 | 43 | 29 | 79 | 34 | 27 |
| Octal | 60 | 227 | 62 | 104 | 0 | 103 | 51 | 171 | 64 | 47 |
| Binary | 110000 | 10010111 | 110010 | 1000100 | 0 | 1000011 | 101001 | 1111001 | 110100 | 100111 |
Color Harmonies of #309732
Complementary color
Monochromatic Colors of #309732
Black with #309732
Text Example
Text Example
White with #309732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309732; }
p { color: rgb(48,151,50); }
H1.HeaderClassName
{
color: #309732;
}
.AnyTagClassName
{
color: #309732;
}
</style>
background-color css
<style>
a { background-color: #309732; }
a { background-color: rgb(48,151,50); }
div.DivClassName
{
background-color: #309732;
}
.BgClassName
{
background-color: #309732;
}
</style>
border-color css
<style>
span { border-color: #309732; }
span { border-color: rgb(48,151,50); }
td.TdClassName
{
border-color: #309732;
}
.TagClassName
{
border-color: #309732;
}
</style>