Shades of Forest Green #309C2D
Tints of Forest Green #309C2D
RGB
CMYK
RGB Variations
Color information
#309C2D (or 0x309C2D) is known color: Forest Green. HEX triplet: 30, 9C and 2D. RGB value is (48,156,45). Sum of RGB (Red+Green+Blue) = 48+156+45=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #309C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C2D is #CF63D2. Grayscale: #6F6F6F. Windows color (decimal): -13591507 or 2989104. OLE color: 2989104.
HSL color Cylindrical-coordinate representation of color #309C2D: hue angle of 118.38º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #309C2D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 45 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.39 |
| HSL | 118.38º | 0.55% | 0.39% | - |
| HSV(B) | 118.38º | 0.71% | 0.61% | - |
| XYZ | 13.58 | 24.59 | 6.51 | - |
| YUV | 111.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 45 | 0.69 | 0 | 0.71 | 0.39 | 118.38 | 0.55 | 0.39 |
| Hex | 30 | 9C | 2D | 45 | 0 | 47 | 27 | 76 | 37 | 27 |
| Octal | 60 | 234 | 55 | 105 | 0 | 107 | 47 | 166 | 67 | 47 |
| Binary | 110000 | 10011100 | 101101 | 1000101 | 0 | 1000111 | 100111 | 1110110 | 110111 | 100111 |
Color Harmonies of #309C2D
Complementary color
Monochromatic Colors of #309C2D
Black with #309C2D
Text Example
Text Example
White with #309C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C2D; }
p { color: rgb(48,156,45); }
H1.HeaderClassName
{
color: #309C2D;
}
.AnyTagClassName
{
color: #309C2D;
}
</style>
background-color css
<style>
a { background-color: #309C2D; }
a { background-color: rgb(48,156,45); }
div.DivClassName
{
background-color: #309C2D;
}
.BgClassName
{
background-color: #309C2D;
}
</style>
border-color css
<style>
span { border-color: #309C2D; }
span { border-color: rgb(48,156,45); }
td.TdClassName
{
border-color: #309C2D;
}
.TagClassName
{
border-color: #309C2D;
}
</style>