Shades of Forest Green #308629
Tints of Forest Green #308629
RGB
CMYK
RGB Variations
Color information
#308629 (or 0x308629) is known color: Forest Green. HEX triplet: 30, 86 and 29. RGB value is (48,134,41). Sum of RGB (Red+Green+Blue) = 48+134+41=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #308629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308629 is #CF79D6. Grayscale: #616161. Windows color (decimal): -13597143 or 2721328. OLE color: 2721328.
HSL color Cylindrical-coordinate representation of color #308629: hue angle of 115.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308629 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 41 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.47 |
| HSL | 115.48º | 0.53% | 0.34% | - |
| HSV(B) | 115.48º | 0.69% | 0.53% | - |
| XYZ | 10.14 | 17.84 | 5.01 | - |
| YUV | 97.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 41 | 0.64 | 0 | 0.69 | 0.47 | 115.48 | 0.53 | 0.34 |
| Hex | 30 | 86 | 29 | 40 | 0 | 45 | 2F | 73 | 35 | 22 |
| Octal | 60 | 206 | 51 | 100 | 0 | 105 | 57 | 163 | 65 | 42 |
| Binary | 110000 | 10000110 | 101001 | 1000000 | 0 | 1000101 | 101111 | 1110011 | 110101 | 100010 |
Color Harmonies of #308629
Complementary color
Monochromatic Colors of #308629
Black with #308629
Text Example
Text Example
White with #308629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308629; }
p { color: rgb(48,134,41); }
H1.HeaderClassName
{
color: #308629;
}
.AnyTagClassName
{
color: #308629;
}
</style>
background-color css
<style>
a { background-color: #308629; }
a { background-color: rgb(48,134,41); }
div.DivClassName
{
background-color: #308629;
}
.BgClassName
{
background-color: #308629;
}
</style>
border-color css
<style>
span { border-color: #308629; }
span { border-color: rgb(48,134,41); }
td.TdClassName
{
border-color: #308629;
}
.TagClassName
{
border-color: #308629;
}
</style>