Shades of Forest Green #30852B
Tints of Forest Green #30852B
RGB
CMYK
RGB Variations
Color information
#30852B (or 0x30852B) is known color: Forest Green. HEX triplet: 30, 85 and 2B. RGB value is (48,133,43). Sum of RGB (Red+Green+Blue) = 48+133+43=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #30852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30852B is #CF7AD4. Grayscale: #616161. Windows color (decimal): -13597397 or 2852144. OLE color: 2852144.
HSL color Cylindrical-coordinate representation of color #30852B: hue angle of 116.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30852B is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 43 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.48 |
| HSL | 116.67º | 0.51% | 0.35% | - |
| HSV(B) | 116.67º | 0.68% | 0.52% | - |
| XYZ | 10.04 | 17.58 | 5.15 | - |
| YUV | 97.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 43 | 0.64 | 0 | 0.68 | 0.48 | 116.67 | 0.51 | 0.35 |
| Hex | 30 | 85 | 2B | 40 | 0 | 44 | 30 | 75 | 33 | 23 |
| Octal | 60 | 205 | 53 | 100 | 0 | 104 | 60 | 165 | 63 | 43 |
| Binary | 110000 | 10000101 | 101011 | 1000000 | 0 | 1000100 | 110000 | 1110101 | 110011 | 100011 |
Color Harmonies of #30852B
Complementary color
Monochromatic Colors of #30852B
Black with #30852B
Text Example
Text Example
White with #30852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30852B; }
p { color: rgb(48,133,43); }
H1.HeaderClassName
{
color: #30852B;
}
.AnyTagClassName
{
color: #30852B;
}
</style>
background-color css
<style>
a { background-color: #30852B; }
a { background-color: rgb(48,133,43); }
div.DivClassName
{
background-color: #30852B;
}
.BgClassName
{
background-color: #30852B;
}
</style>
border-color css
<style>
span { border-color: #30852B; }
span { border-color: rgb(48,133,43); }
td.TdClassName
{
border-color: #30852B;
}
.TagClassName
{
border-color: #30852B;
}
</style>