Shades of Forest Green #309C1B
Tints of Forest Green #309C1B
RGB
CMYK
RGB Variations
Color information
#309C1B (or 0x309C1B) is known color: Forest Green. HEX triplet: 30, 9C and 1B. RGB value is (48,156,27). Sum of RGB (Red+Green+Blue) = 48+156+27=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #309C1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C1B is #CF63E4. Grayscale: #6D6D6D. Windows color (decimal): -13591525 or 1809456. OLE color: 1809456.
HSL color Cylindrical-coordinate representation of color #309C1B: hue angle of 110.23º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #309C1B is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 27 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.39 |
| HSL | 110.23º | 0.7% | 0.36% | - |
| HSV(B) | 110.23º | 0.83% | 0.61% | - |
| XYZ | 13.31 | 24.48 | 5.06 | - |
| YUV | 109 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 27 | 0.69 | 0 | 0.83 | 0.39 | 110.23 | 0.7 | 0.36 |
| Hex | 30 | 9C | 1B | 45 | 0 | 53 | 27 | 6E | 46 | 24 |
| Octal | 60 | 234 | 33 | 105 | 0 | 123 | 47 | 156 | 106 | 44 |
| Binary | 110000 | 10011100 | 11011 | 1000101 | 0 | 1010011 | 100111 | 1101110 | 1000110 | 100100 |
Color Harmonies of #309C1B
Complementary color
Monochromatic Colors of #309C1B
Black with #309C1B
Text Example
Text Example
White with #309C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C1B; }
p { color: rgb(48,156,27); }
H1.HeaderClassName
{
color: #309C1B;
}
.AnyTagClassName
{
color: #309C1B;
}
</style>
background-color css
<style>
a { background-color: #309C1B; }
a { background-color: rgb(48,156,27); }
div.DivClassName
{
background-color: #309C1B;
}
.BgClassName
{
background-color: #309C1B;
}
</style>
border-color css
<style>
span { border-color: #309C1B; }
span { border-color: rgb(48,156,27); }
td.TdClassName
{
border-color: #309C1B;
}
.TagClassName
{
border-color: #309C1B;
}
</style>