Shades of Dark Spring Green #038C31
Tints of Dark Spring Green #038C31
RGB
CMYK
RGB Variations
Color information
#038C31 (or 0x038C31) is known color: Dark Spring Green. HEX triplet: 03, 8C and 31. RGB value is (3,140,49). Sum of RGB (Red+Green+Blue) = 3+140+49=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 140 (55.08% from 255 or 72.92% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 140 - color contains mainly: green. Hex color #038C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038C31 is #FC73CE. Grayscale: #585858. Windows color (decimal): -16544719 or 3247107. OLE color: 3247107.
HSL color Cylindrical-coordinate representation of color #038C31: hue angle of 140.15º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C31 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 49 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.45 |
| HSL | 140.15º | 0.96% | 0.28% | - |
| HSV(B) | 140.15º | 0.98% | 0.55% | - |
| XYZ | 9.97 | 19 | 6.05 | - |
| YUV | 88.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 49 | 0.98 | 0 | 0.65 | 0.45 | 140.15 | 0.96 | 0.28 |
| Hex | 3 | 8C | 31 | 62 | 0 | 41 | 2D | 8C | 60 | 1C |
| Octal | 3 | 214 | 61 | 142 | 0 | 101 | 55 | 214 | 140 | 34 |
| Binary | 11 | 10001100 | 110001 | 1100010 | 0 | 1000001 | 101101 | 10001100 | 1100000 | 11100 |
Color Harmonies of #038C31
Complementary color
Monochromatic Colors of #038C31
Black with #038C31
Text Example
Text Example
White with #038C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C31; }
p { color: rgb(3,140,49); }
H1.HeaderClassName
{
color: #038C31;
}
.AnyTagClassName
{
color: #038C31;
}
</style>
background-color css
<style>
a { background-color: #038C31; }
a { background-color: rgb(3,140,49); }
div.DivClassName
{
background-color: #038C31;
}
.BgClassName
{
background-color: #038C31;
}
</style>
border-color css
<style>
span { border-color: #038C31; }
span { border-color: rgb(3,140,49); }
td.TdClassName
{
border-color: #038C31;
}
.TagClassName
{
border-color: #038C31;
}
</style>