Shades of Forest Green #308C26
Tints of Forest Green #308C26
RGB
CMYK
RGB Variations
Color information
#308C26 (or 0x308C26) is known color: Forest Green. HEX triplet: 30, 8C and 26. RGB value is (48,140,38). Sum of RGB (Red+Green+Blue) = 48+140+38=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #308C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C26 is #CF73D9. Grayscale: #656565. Windows color (decimal): -13595610 or 2526256. OLE color: 2526256.
HSL color Cylindrical-coordinate representation of color #308C26: hue angle of 114.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308C26 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 38 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.45 |
| HSL | 114.12º | 0.57% | 0.35% | - |
| HSV(B) | 114.12º | 0.73% | 0.55% | - |
| XYZ | 10.95 | 19.52 | 5.03 | - |
| YUV | 100.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 38 | 0.66 | 0 | 0.73 | 0.45 | 114.12 | 0.57 | 0.35 |
| Hex | 30 | 8C | 26 | 42 | 0 | 49 | 2D | 72 | 39 | 23 |
| Octal | 60 | 214 | 46 | 102 | 0 | 111 | 55 | 162 | 71 | 43 |
| Binary | 110000 | 10001100 | 100110 | 1000010 | 0 | 1001001 | 101101 | 1110010 | 111001 | 100011 |
Color Harmonies of #308C26
Complementary color
Monochromatic Colors of #308C26
Black with #308C26
Text Example
Text Example
White with #308C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C26; }
p { color: rgb(48,140,38); }
H1.HeaderClassName
{
color: #308C26;
}
.AnyTagClassName
{
color: #308C26;
}
</style>
background-color css
<style>
a { background-color: #308C26; }
a { background-color: rgb(48,140,38); }
div.DivClassName
{
background-color: #308C26;
}
.BgClassName
{
background-color: #308C26;
}
</style>
border-color css
<style>
span { border-color: #308C26; }
span { border-color: rgb(48,140,38); }
td.TdClassName
{
border-color: #308C26;
}
.TagClassName
{
border-color: #308C26;
}
</style>