Shades of Forest Green #308723
Tints of Forest Green #308723
RGB
CMYK
RGB Variations
Color information
#308723 (or 0x308723) is known color: Forest Green. HEX triplet: 30, 87 and 23. RGB value is (48,135,35). Sum of RGB (Red+Green+Blue) = 48+135+35=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #308723 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308723 is #CF78DC. Grayscale: #616161. Windows color (decimal): -13596893 or 2328368. OLE color: 2328368.
HSL color Cylindrical-coordinate representation of color #308723: hue angle of 112.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308723 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 35 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.47 |
| HSL | 112.2º | 0.59% | 0.33% | - |
| HSV(B) | 112.2º | 0.74% | 0.53% | - |
| XYZ | 10.19 | 18.08 | 4.54 | - |
| YUV | 97.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 35 | 0.64 | 0 | 0.74 | 0.47 | 112.2 | 0.59 | 0.33 |
| Hex | 30 | 87 | 23 | 40 | 0 | 4A | 2F | 70 | 3B | 21 |
| Octal | 60 | 207 | 43 | 100 | 0 | 112 | 57 | 160 | 73 | 41 |
| Binary | 110000 | 10000111 | 100011 | 1000000 | 0 | 1001010 | 101111 | 1110000 | 111011 | 100001 |
Color Harmonies of #308723
Complementary color
Monochromatic Colors of #308723
Black with #308723
Text Example
Text Example
White with #308723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308723; }
p { color: rgb(48,135,35); }
H1.HeaderClassName
{
color: #308723;
}
.AnyTagClassName
{
color: #308723;
}
</style>
background-color css
<style>
a { background-color: #308723; }
a { background-color: rgb(48,135,35); }
div.DivClassName
{
background-color: #308723;
}
.BgClassName
{
background-color: #308723;
}
</style>
border-color css
<style>
span { border-color: #308723; }
span { border-color: rgb(48,135,35); }
td.TdClassName
{
border-color: #308723;
}
.TagClassName
{
border-color: #308723;
}
</style>