Shades of Forest Green #308A2F
Tints of Forest Green #308A2F
RGB
CMYK
RGB Variations
Color information
#308A2F (or 0x308A2F) is known color: Forest Green. HEX triplet: 30, 8A and 2F. RGB value is (48,138,47). Sum of RGB (Red+Green+Blue) = 48+138+47=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #308A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A2F is #CF75D0. Grayscale: #646464. Windows color (decimal): -13596113 or 3115568. OLE color: 3115568.
HSL color Cylindrical-coordinate representation of color #308A2F: hue angle of 119.34º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308A2F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 47 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.46 |
| HSL | 119.34º | 0.49% | 0.36% | - |
| HSV(B) | 119.34º | 0.66% | 0.54% | - |
| XYZ | 10.82 | 19.01 | 5.79 | - |
| YUV | 100.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 47 | 0.65 | 0 | 0.66 | 0.46 | 119.34 | 0.49 | 0.36 |
| Hex | 30 | 8A | 2F | 41 | 0 | 42 | 2E | 77 | 31 | 24 |
| Octal | 60 | 212 | 57 | 101 | 0 | 102 | 56 | 167 | 61 | 44 |
| Binary | 110000 | 10001010 | 101111 | 1000001 | 0 | 1000010 | 101110 | 1110111 | 110001 | 100100 |
Color Harmonies of #308A2F
Complementary color
Monochromatic Colors of #308A2F
Black with #308A2F
Text Example
Text Example
White with #308A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A2F; }
p { color: rgb(48,138,47); }
H1.HeaderClassName
{
color: #308A2F;
}
.AnyTagClassName
{
color: #308A2F;
}
</style>
background-color css
<style>
a { background-color: #308A2F; }
a { background-color: rgb(48,138,47); }
div.DivClassName
{
background-color: #308A2F;
}
.BgClassName
{
background-color: #308A2F;
}
</style>
border-color css
<style>
span { border-color: #308A2F; }
span { border-color: rgb(48,138,47); }
td.TdClassName
{
border-color: #308A2F;
}
.TagClassName
{
border-color: #308A2F;
}
</style>