Shades of Forest Green #088C30
Tints of Forest Green #088C30
RGB
CMYK
RGB Variations
Color information
#088C30 (or 0x088C30) is known color: Forest Green. HEX triplet: 08, 8C and 30. RGB value is (8,140,48). Sum of RGB (Red+Green+Blue) = 8+140+48=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #088C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088C30 is #F773CF. Grayscale: #5A5A5A. Windows color (decimal): -16217040 or 3181576. OLE color: 3181576.
HSL color Cylindrical-coordinate representation of color #088C30: hue angle of 138.18º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C30 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 48 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.45 |
| HSL | 138.18º | 0.89% | 0.29% | - |
| HSV(B) | 138.18º | 0.94% | 0.55% | - |
| XYZ | 10.01 | 19.02 | 5.94 | - |
| YUV | 90.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 48 | 0.94 | 0 | 0.66 | 0.45 | 138.18 | 0.89 | 0.29 |
| Hex | 8 | 8C | 30 | 5E | 0 | 42 | 2D | 8A | 59 | 1D |
| Octal | 10 | 214 | 60 | 136 | 0 | 102 | 55 | 212 | 131 | 35 |
| Binary | 1000 | 10001100 | 110000 | 1011110 | 0 | 1000010 | 101101 | 10001010 | 1011001 | 11101 |
Color Harmonies of #088C30
Complementary color
Monochromatic Colors of #088C30
Black with #088C30
Text Example
Text Example
White with #088C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C30; }
p { color: rgb(8,140,48); }
H1.HeaderClassName
{
color: #088C30;
}
.AnyTagClassName
{
color: #088C30;
}
</style>
background-color css
<style>
a { background-color: #088C30; }
a { background-color: rgb(8,140,48); }
div.DivClassName
{
background-color: #088C30;
}
.BgClassName
{
background-color: #088C30;
}
</style>
border-color css
<style>
span { border-color: #088C30; }
span { border-color: rgb(8,140,48); }
td.TdClassName
{
border-color: #088C30;
}
.TagClassName
{
border-color: #088C30;
}
</style>