Shades of Dark Spring Green #1C873D
Tints of Dark Spring Green #1C873D
RGB
CMYK
RGB Variations
Color information
#1C873D (or 0x1C873D) is known color: Dark Spring Green. HEX triplet: 1C, 87 and 3D. RGB value is (28,135,61). Sum of RGB (Red+Green+Blue) = 28+135+61=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #1C873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C873D is #E378C2. Grayscale: #5E5E5E. Windows color (decimal): -14907587 or 4032284. OLE color: 4032284.
HSL color Cylindrical-coordinate representation of color #1C873D: hue angle of 138.5º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C873D is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 61 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.47 |
| HSL | 138.5º | 0.66% | 0.32% | - |
| HSV(B) | 138.5º | 0.79% | 0.53% | - |
| XYZ | 9.99 | 17.91 | 7.35 | - |
| YUV | 94.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 61 | 0.79 | 0 | 0.55 | 0.47 | 138.5 | 0.66 | 0.32 |
| Hex | 1C | 87 | 3D | 4F | 0 | 37 | 2F | 8B | 42 | 20 |
| Octal | 34 | 207 | 75 | 117 | 0 | 67 | 57 | 213 | 102 | 40 |
| Binary | 11100 | 10000111 | 111101 | 1001111 | 0 | 110111 | 101111 | 10001011 | 1000010 | 100000 |
Color Harmonies of #1C873D
Complementary color
Monochromatic Colors of #1C873D
Black with #1C873D
Text Example
Text Example
White with #1C873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C873D; }
p { color: rgb(28,135,61); }
H1.HeaderClassName
{
color: #1C873D;
}
.AnyTagClassName
{
color: #1C873D;
}
</style>
background-color css
<style>
a { background-color: #1C873D; }
a { background-color: rgb(28,135,61); }
div.DivClassName
{
background-color: #1C873D;
}
.BgClassName
{
background-color: #1C873D;
}
</style>
border-color css
<style>
span { border-color: #1C873D; }
span { border-color: rgb(28,135,61); }
td.TdClassName
{
border-color: #1C873D;
}
.TagClassName
{
border-color: #1C873D;
}
</style>