Shades of Dark Spring Green #037C30
Tints of Dark Spring Green #037C30
RGB
CMYK
RGB Variations
Color information
#037C30 (or 0x037C30) is known color: Dark Spring Green. HEX triplet: 03, 7C and 30. RGB value is (3,124,48). Sum of RGB (Red+Green+Blue) = 3+124+48=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #037C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037C30 is #FC83CF. Grayscale: #4F4F4F. Windows color (decimal): -16548816 or 3177475. OLE color: 3177475.
HSL color Cylindrical-coordinate representation of color #037C30: hue angle of 142.31º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037C30 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 124 | 48 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.51 |
| HSL | 142.31º | 0.95% | 0.25% | - |
| HSV(B) | 142.31º | 0.98% | 0.49% | - |
| XYZ | 7.78 | 14.65 | 5.21 | - |
| YUV | 79.16 | 110.41 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 48 | 0.98 | 0 | 0.61 | 0.51 | 142.31 | 0.95 | 0.25 |
| Hex | 3 | 7C | 30 | 62 | 0 | 3D | 33 | 8E | 5F | 19 |
| Octal | 3 | 174 | 60 | 142 | 0 | 75 | 63 | 216 | 137 | 31 |
| Binary | 11 | 1111100 | 110000 | 1100010 | 0 | 111101 | 110011 | 10001110 | 1011111 | 11001 |
Color Harmonies of #037C30
Complementary color
Monochromatic Colors of #037C30
Black with #037C30
Text Example
Text Example
White with #037C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C30; }
p { color: rgb(3,124,48); }
H1.HeaderClassName
{
color: #037C30;
}
.AnyTagClassName
{
color: #037C30;
}
</style>
background-color css
<style>
a { background-color: #037C30; }
a { background-color: rgb(3,124,48); }
div.DivClassName
{
background-color: #037C30;
}
.BgClassName
{
background-color: #037C30;
}
</style>
border-color css
<style>
span { border-color: #037C30; }
span { border-color: rgb(3,124,48); }
td.TdClassName
{
border-color: #037C30;
}
.TagClassName
{
border-color: #037C30;
}
</style>