Shades of Forest Green #30933C
Tints of Forest Green #30933C
RGB
CMYK
RGB Variations
Color information
#30933C (or 0x30933C) is known color: Forest Green. HEX triplet: 30, 93 and 3C. RGB value is (48,147,60). Sum of RGB (Red+Green+Blue) = 48+147+60=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #30933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30933C is #CF6CC3. Grayscale: #6B6B6B. Windows color (decimal): -13593796 or 3969840. OLE color: 3969840.
HSL color Cylindrical-coordinate representation of color #30933C: hue angle of 127.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30933C is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 60 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.42 |
| HSL | 127.27º | 0.51% | 0.38% | - |
| HSV(B) | 127.27º | 0.67% | 0.58% | - |
| XYZ | 12.47 | 21.82 | 7.83 | - |
| YUV | 107.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 60 | 0.67 | 0 | 0.59 | 0.42 | 127.27 | 0.51 | 0.38 |
| Hex | 30 | 93 | 3C | 43 | 0 | 3B | 2A | 7F | 33 | 26 |
| Octal | 60 | 223 | 74 | 103 | 0 | 73 | 52 | 177 | 63 | 46 |
| Binary | 110000 | 10010011 | 111100 | 1000011 | 0 | 111011 | 101010 | 1111111 | 110011 | 100110 |
Color Harmonies of #30933C
Complementary color
Monochromatic Colors of #30933C
Black with #30933C
Text Example
Text Example
White with #30933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30933C; }
p { color: rgb(48,147,60); }
H1.HeaderClassName
{
color: #30933C;
}
.AnyTagClassName
{
color: #30933C;
}
</style>
background-color css
<style>
a { background-color: #30933C; }
a { background-color: rgb(48,147,60); }
div.DivClassName
{
background-color: #30933C;
}
.BgClassName
{
background-color: #30933C;
}
</style>
border-color css
<style>
span { border-color: #30933C; }
span { border-color: rgb(48,147,60); }
td.TdClassName
{
border-color: #30933C;
}
.TagClassName
{
border-color: #30933C;
}
</style>