Shades of Forest Green #30892D
Tints of Forest Green #30892D
RGB
CMYK
RGB Variations
Color information
#30892D (or 0x30892D) is known color: Forest Green. HEX triplet: 30, 89 and 2D. RGB value is (48,137,45). Sum of RGB (Red+Green+Blue) = 48+137+45=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #30892D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30892D is #CF76D2. Grayscale: #646464. Windows color (decimal): -13596371 or 2984240. OLE color: 2984240.
HSL color Cylindrical-coordinate representation of color #30892D: hue angle of 118.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30892D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 45 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.46 |
| HSL | 118.04º | 0.51% | 0.36% | - |
| HSV(B) | 118.04º | 0.67% | 0.54% | - |
| XYZ | 10.64 | 18.71 | 5.53 | - |
| YUV | 99.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 45 | 0.65 | 0 | 0.67 | 0.46 | 118.04 | 0.51 | 0.36 |
| Hex | 30 | 89 | 2D | 41 | 0 | 43 | 2E | 76 | 33 | 24 |
| Octal | 60 | 211 | 55 | 101 | 0 | 103 | 56 | 166 | 63 | 44 |
| Binary | 110000 | 10001001 | 101101 | 1000001 | 0 | 1000011 | 101110 | 1110110 | 110011 | 100100 |
Color Harmonies of #30892D
Complementary color
Monochromatic Colors of #30892D
Black with #30892D
Text Example
Text Example
White with #30892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30892D; }
p { color: rgb(48,137,45); }
H1.HeaderClassName
{
color: #30892D;
}
.AnyTagClassName
{
color: #30892D;
}
</style>
background-color css
<style>
a { background-color: #30892D; }
a { background-color: rgb(48,137,45); }
div.DivClassName
{
background-color: #30892D;
}
.BgClassName
{
background-color: #30892D;
}
</style>
border-color css
<style>
span { border-color: #30892D; }
span { border-color: rgb(48,137,45); }
td.TdClassName
{
border-color: #30892D;
}
.TagClassName
{
border-color: #30892D;
}
</style>