Shades of Dark Spring Green #1C733F
Tints of Dark Spring Green #1C733F
RGB
CMYK
RGB Variations
Color information
#1C733F (or 0x1C733F) is known color: Dark Spring Green. HEX triplet: 1C, 73 and 3F. RGB value is (28,115,63). Sum of RGB (Red+Green+Blue) = 28+115+63=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #1C733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C733F is #E38CC0. Grayscale: #535353. Windows color (decimal): -14912705 or 4158236. OLE color: 4158236.
HSL color Cylindrical-coordinate representation of color #1C733F: hue angle of 144.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C733F is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 63 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.55 |
| HSL | 144.14º | 0.61% | 0.28% | - |
| HSV(B) | 144.14º | 0.76% | 0.45% | - |
| XYZ | 7.51 | 12.87 | 6.79 | - |
| YUV | 83.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 63 | 0.76 | 0 | 0.45 | 0.55 | 144.14 | 0.61 | 0.28 |
| Hex | 1C | 73 | 3F | 4C | 0 | 2D | 37 | 90 | 3D | 1C |
| Octal | 34 | 163 | 77 | 114 | 0 | 55 | 67 | 220 | 75 | 34 |
| Binary | 11100 | 1110011 | 111111 | 1001100 | 0 | 101101 | 110111 | 10010000 | 111101 | 11100 |
Color Harmonies of #1C733F
Complementary color
Monochromatic Colors of #1C733F
Black with #1C733F
Text Example
Text Example
White with #1C733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C733F; }
p { color: rgb(28,115,63); }
H1.HeaderClassName
{
color: #1C733F;
}
.AnyTagClassName
{
color: #1C733F;
}
</style>
background-color css
<style>
a { background-color: #1C733F; }
a { background-color: rgb(28,115,63); }
div.DivClassName
{
background-color: #1C733F;
}
.BgClassName
{
background-color: #1C733F;
}
</style>
border-color css
<style>
span { border-color: #1C733F; }
span { border-color: rgb(28,115,63); }
td.TdClassName
{
border-color: #1C733F;
}
.TagClassName
{
border-color: #1C733F;
}
</style>