Shades of Forest Green #30A42B
Tints of Forest Green #30A42B
RGB
CMYK
RGB Variations
Color information
#30A42B (or 0x30A42B) is known color: Forest Green. HEX triplet: 30, A4 and 2B. RGB value is (48,164,43). Sum of RGB (Red+Green+Blue) = 48+164+43=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #30A42B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A42B is #CF5BD4. Grayscale: #737373. Windows color (decimal): -13589461 or 2860080. OLE color: 2860080.
HSL color Cylindrical-coordinate representation of color #30A42B: hue angle of 117.52º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30A42B is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 43 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.36 |
| HSL | 117.52º | 0.58% | 0.41% | - |
| HSV(B) | 117.52º | 0.74% | 0.64% | - |
| XYZ | 14.93 | 27.35 | 6.78 | - |
| YUV | 115.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 43 | 0.71 | 0 | 0.74 | 0.36 | 117.52 | 0.58 | 0.41 |
| Hex | 30 | A4 | 2B | 47 | 0 | 4A | 24 | 76 | 3A | 29 |
| Octal | 60 | 244 | 53 | 107 | 0 | 112 | 44 | 166 | 72 | 51 |
| Binary | 110000 | 10100100 | 101011 | 1000111 | 0 | 1001010 | 100100 | 1110110 | 111010 | 101001 |
Color Harmonies of #30A42B
Complementary color
Monochromatic Colors of #30A42B
Black with #30A42B
Text Example
Text Example
White with #30A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A42B; }
p { color: rgb(48,164,43); }
H1.HeaderClassName
{
color: #30A42B;
}
.AnyTagClassName
{
color: #30A42B;
}
</style>
background-color css
<style>
a { background-color: #30A42B; }
a { background-color: rgb(48,164,43); }
div.DivClassName
{
background-color: #30A42B;
}
.BgClassName
{
background-color: #30A42B;
}
</style>
border-color css
<style>
span { border-color: #30A42B; }
span { border-color: rgb(48,164,43); }
td.TdClassName
{
border-color: #30A42B;
}
.TagClassName
{
border-color: #30A42B;
}
</style>