Shades of Forest Green #30892B
Tints of Forest Green #30892B
RGB
CMYK
RGB Variations
Color information
#30892B (or 0x30892B) is known color: Forest Green. HEX triplet: 30, 89 and 2B. RGB value is (48,137,43). Sum of RGB (Red+Green+Blue) = 48+137+43=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #30892B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30892B is #CF76D4. Grayscale: #636363. Windows color (decimal): -13596373 or 2853168. OLE color: 2853168.
HSL color Cylindrical-coordinate representation of color #30892B: hue angle of 116.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30892B is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 43 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.46 |
| HSL | 116.81º | 0.52% | 0.35% | - |
| HSV(B) | 116.81º | 0.69% | 0.54% | - |
| XYZ | 10.6 | 18.69 | 5.34 | - |
| YUV | 99.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 43 | 0.65 | 0 | 0.69 | 0.46 | 116.81 | 0.52 | 0.35 |
| Hex | 30 | 89 | 2B | 41 | 0 | 45 | 2E | 75 | 34 | 23 |
| Octal | 60 | 211 | 53 | 101 | 0 | 105 | 56 | 165 | 64 | 43 |
| Binary | 110000 | 10001001 | 101011 | 1000001 | 0 | 1000101 | 101110 | 1110101 | 110100 | 100011 |
Color Harmonies of #30892B
Complementary color
Monochromatic Colors of #30892B
Black with #30892B
Text Example
Text Example
White with #30892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30892B; }
p { color: rgb(48,137,43); }
H1.HeaderClassName
{
color: #30892B;
}
.AnyTagClassName
{
color: #30892B;
}
</style>
background-color css
<style>
a { background-color: #30892B; }
a { background-color: rgb(48,137,43); }
div.DivClassName
{
background-color: #30892B;
}
.BgClassName
{
background-color: #30892B;
}
</style>
border-color css
<style>
span { border-color: #30892B; }
span { border-color: rgb(48,137,43); }
td.TdClassName
{
border-color: #30892B;
}
.TagClassName
{
border-color: #30892B;
}
</style>