Shades of Forest Green #308A2D
Tints of Forest Green #308A2D
RGB
CMYK
RGB Variations
Color information
#308A2D (or 0x308A2D) is known color: Forest Green. HEX triplet: 30, 8A and 2D. RGB value is (48,138,45). Sum of RGB (Red+Green+Blue) = 48+138+45=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #308A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A2D is #CF75D2. Grayscale: #646464. Windows color (decimal): -13596115 or 2984496. OLE color: 2984496.
HSL color Cylindrical-coordinate representation of color #308A2D: hue angle of 118.06º 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 #308A2D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 45 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.46 |
| HSL | 118.06º | 0.51% | 0.36% | - |
| HSV(B) | 118.06º | 0.67% | 0.54% | - |
| XYZ | 10.78 | 18.99 | 5.58 | - |
| YUV | 100.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 45 | 0.65 | 0 | 0.67 | 0.46 | 118.06 | 0.51 | 0.36 |
| Hex | 30 | 8A | 2D | 41 | 0 | 43 | 2E | 76 | 33 | 24 |
| Octal | 60 | 212 | 55 | 101 | 0 | 103 | 56 | 166 | 63 | 44 |
| Binary | 110000 | 10001010 | 101101 | 1000001 | 0 | 1000011 | 101110 | 1110110 | 110011 | 100100 |
Color Harmonies of #308A2D
Complementary color
Monochromatic Colors of #308A2D
Black with #308A2D
Text Example
Text Example
White with #308A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A2D; }
p { color: rgb(48,138,45); }
H1.HeaderClassName
{
color: #308A2D;
}
.AnyTagClassName
{
color: #308A2D;
}
</style>
background-color css
<style>
a { background-color: #308A2D; }
a { background-color: rgb(48,138,45); }
div.DivClassName
{
background-color: #308A2D;
}
.BgClassName
{
background-color: #308A2D;
}
</style>
border-color css
<style>
span { border-color: #308A2D; }
span { border-color: rgb(48,138,45); }
td.TdClassName
{
border-color: #308A2D;
}
.TagClassName
{
border-color: #308A2D;
}
</style>