Shades of Dark Spring Green #088C31
Tints of Dark Spring Green #088C31
RGB
CMYK
RGB Variations
Color information
#088C31 (or 0x088C31) is known color: Dark Spring Green. HEX triplet: 08, 8C and 31. RGB value is (8,140,49). Sum of RGB (Red+Green+Blue) = 8+140+49=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 140 (55.08% from 255 or 71.07% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 140 - color contains mainly: green. Hex color #088C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088C31 is #F773CE. Grayscale: #5A5A5A. Windows color (decimal): -16217039 or 3247112. OLE color: 3247112.
HSL color Cylindrical-coordinate representation of color #088C31: hue angle of 138.64º 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 #088C31 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 49 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.45 |
| HSL | 138.64º | 0.89% | 0.29% | - |
| HSV(B) | 138.64º | 0.94% | 0.55% | - |
| XYZ | 10.03 | 19.03 | 6.05 | - |
| YUV | 90.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 49 | 0.94 | 0 | 0.65 | 0.45 | 138.64 | 0.89 | 0.29 |
| Hex | 8 | 8C | 31 | 5E | 0 | 41 | 2D | 8B | 59 | 1D |
| Octal | 10 | 214 | 61 | 136 | 0 | 101 | 55 | 213 | 131 | 35 |
| Binary | 1000 | 10001100 | 110001 | 1011110 | 0 | 1000001 | 101101 | 10001011 | 1011001 | 11101 |
Color Harmonies of #088C31
Complementary color
Monochromatic Colors of #088C31
Black with #088C31
Text Example
Text Example
White with #088C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C31; }
p { color: rgb(8,140,49); }
H1.HeaderClassName
{
color: #088C31;
}
.AnyTagClassName
{
color: #088C31;
}
</style>
background-color css
<style>
a { background-color: #088C31; }
a { background-color: rgb(8,140,49); }
div.DivClassName
{
background-color: #088C31;
}
.BgClassName
{
background-color: #088C31;
}
</style>
border-color css
<style>
span { border-color: #088C31; }
span { border-color: rgb(8,140,49); }
td.TdClassName
{
border-color: #088C31;
}
.TagClassName
{
border-color: #088C31;
}
</style>