Shades of Forest Green #308C2B
Tints of Forest Green #308C2B
RGB
CMYK
RGB Variations
Color information
#308C2B (or 0x308C2B) is known color: Forest Green. HEX triplet: 30, 8C and 2B. RGB value is (48,140,43). Sum of RGB (Red+Green+Blue) = 48+140+43=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #308C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C2B is #CF73D4. Grayscale: #656565. Windows color (decimal): -13595605 or 2853936. OLE color: 2853936.
HSL color Cylindrical-coordinate representation of color #308C2B: hue angle of 116.91º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308C2B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 43 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.45 |
| HSL | 116.91º | 0.53% | 0.36% | - |
| HSV(B) | 116.91º | 0.69% | 0.55% | - |
| XYZ | 11.03 | 19.56 | 5.48 | - |
| YUV | 101.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 43 | 0.66 | 0 | 0.69 | 0.45 | 116.91 | 0.53 | 0.36 |
| Hex | 30 | 8C | 2B | 42 | 0 | 45 | 2D | 75 | 35 | 24 |
| Octal | 60 | 214 | 53 | 102 | 0 | 105 | 55 | 165 | 65 | 44 |
| Binary | 110000 | 10001100 | 101011 | 1000010 | 0 | 1000101 | 101101 | 1110101 | 110101 | 100100 |
Color Harmonies of #308C2B
Complementary color
Monochromatic Colors of #308C2B
Black with #308C2B
Text Example
Text Example
White with #308C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C2B; }
p { color: rgb(48,140,43); }
H1.HeaderClassName
{
color: #308C2B;
}
.AnyTagClassName
{
color: #308C2B;
}
</style>
background-color css
<style>
a { background-color: #308C2B; }
a { background-color: rgb(48,140,43); }
div.DivClassName
{
background-color: #308C2B;
}
.BgClassName
{
background-color: #308C2B;
}
</style>
border-color css
<style>
span { border-color: #308C2B; }
span { border-color: rgb(48,140,43); }
td.TdClassName
{
border-color: #308C2B;
}
.TagClassName
{
border-color: #308C2B;
}
</style>