Shades of Forest Green #309B3C
Tints of Forest Green #309B3C
RGB
CMYK
RGB Variations
Color information
#309B3C (or 0x309B3C) is known color: Forest Green. HEX triplet: 30, 9B and 3C. RGB value is (48,155,60). Sum of RGB (Red+Green+Blue) = 48+155+60=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #309B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B3C is #CF64C3. Grayscale: #707070. Windows color (decimal): -13591748 or 3971888. OLE color: 3971888.
HSL color Cylindrical-coordinate representation of color #309B3C: hue angle of 126.73º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B3C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 155 | 60 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.39 |
| HSL | 126.73º | 0.53% | 0.4% | - |
| HSV(B) | 126.73º | 0.69% | 0.61% | - |
| XYZ | 13.76 | 24.4 | 8.26 | - |
| YUV | 112.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 60 | 0.69 | 0 | 0.61 | 0.39 | 126.73 | 0.53 | 0.4 |
| Hex | 30 | 9B | 3C | 45 | 0 | 3D | 27 | 7F | 35 | 28 |
| Octal | 60 | 233 | 74 | 105 | 0 | 75 | 47 | 177 | 65 | 50 |
| Binary | 110000 | 10011011 | 111100 | 1000101 | 0 | 111101 | 100111 | 1111111 | 110101 | 101000 |
Color Harmonies of #309B3C
Complementary color
Monochromatic Colors of #309B3C
Black with #309B3C
Text Example
Text Example
White with #309B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309B3C; }
p { color: rgb(48,155,60); }
H1.HeaderClassName
{
color: #309B3C;
}
.AnyTagClassName
{
color: #309B3C;
}
</style>
background-color css
<style>
a { background-color: #309B3C; }
a { background-color: rgb(48,155,60); }
div.DivClassName
{
background-color: #309B3C;
}
.BgClassName
{
background-color: #309B3C;
}
</style>
border-color css
<style>
span { border-color: #309B3C; }
span { border-color: rgb(48,155,60); }
td.TdClassName
{
border-color: #309B3C;
}
.TagClassName
{
border-color: #309B3C;
}
</style>