Shades of Dark Spring Green #038231
Tints of Dark Spring Green #038231
RGB
CMYK
RGB Variations
Color information
#038231 (or 0x038231) is known color: Dark Spring Green. HEX triplet: 03, 82 and 31. RGB value is (3,130,49). Sum of RGB (Red+Green+Blue) = 3+130+49=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #038231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038231 is #FC7DCE. Grayscale: #525252. Windows color (decimal): -16547279 or 3244547. OLE color: 3244547.
HSL color Cylindrical-coordinate representation of color #038231: hue angle of 141.73º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038231 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 49 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.49 |
| HSL | 141.73º | 0.95% | 0.26% | - |
| HSV(B) | 141.73º | 0.98% | 0.51% | - |
| XYZ | 8.57 | 16.21 | 5.58 | - |
| YUV | 82.79 | 108.92 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 49 | 0.98 | 0 | 0.62 | 0.49 | 141.73 | 0.95 | 0.26 |
| Hex | 3 | 82 | 31 | 62 | 0 | 3E | 31 | 8E | 5F | 1A |
| Octal | 3 | 202 | 61 | 142 | 0 | 76 | 61 | 216 | 137 | 32 |
| Binary | 11 | 10000010 | 110001 | 1100010 | 0 | 111110 | 110001 | 10001110 | 1011111 | 11010 |
Color Harmonies of #038231
Complementary color
Monochromatic Colors of #038231
Black with #038231
Text Example
Text Example
White with #038231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038231; }
p { color: rgb(3,130,49); }
H1.HeaderClassName
{
color: #038231;
}
.AnyTagClassName
{
color: #038231;
}
</style>
background-color css
<style>
a { background-color: #038231; }
a { background-color: rgb(3,130,49); }
div.DivClassName
{
background-color: #038231;
}
.BgClassName
{
background-color: #038231;
}
</style>
border-color css
<style>
span { border-color: #038231; }
span { border-color: rgb(3,130,49); }
td.TdClassName
{
border-color: #038231;
}
.TagClassName
{
border-color: #038231;
}
</style>