Shades of Dark Spring Green #1C833F
Tints of Dark Spring Green #1C833F
RGB
CMYK
RGB Variations
Color information
#1C833F (or 0x1C833F) is known color: Dark Spring Green. HEX triplet: 1C, 83 and 3F. RGB value is (28,131,63). Sum of RGB (Red+Green+Blue) = 28+131+63=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #1C833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C833F is #E37CC0. Grayscale: #5C5C5C. Windows color (decimal): -14908609 or 4162332. OLE color: 4162332.
HSL color Cylindrical-coordinate representation of color #1C833F: hue angle of 140.39º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C833F is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 131 | 63 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.49 |
| HSL | 140.39º | 0.65% | 0.31% | - |
| HSV(B) | 140.39º | 0.79% | 0.51% | - |
| XYZ | 9.49 | 16.84 | 7.45 | - |
| YUV | 92.45 | 111.38 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 63 | 0.79 | 0 | 0.52 | 0.49 | 140.39 | 0.65 | 0.31 |
| Hex | 1C | 83 | 3F | 4F | 0 | 34 | 31 | 8C | 41 | 1F |
| Octal | 34 | 203 | 77 | 117 | 0 | 64 | 61 | 214 | 101 | 37 |
| Binary | 11100 | 10000011 | 111111 | 1001111 | 0 | 110100 | 110001 | 10001100 | 1000001 | 11111 |
Color Harmonies of #1C833F
Complementary color
Monochromatic Colors of #1C833F
Black with #1C833F
Text Example
Text Example
White with #1C833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C833F; }
p { color: rgb(28,131,63); }
H1.HeaderClassName
{
color: #1C833F;
}
.AnyTagClassName
{
color: #1C833F;
}
</style>
background-color css
<style>
a { background-color: #1C833F; }
a { background-color: rgb(28,131,63); }
div.DivClassName
{
background-color: #1C833F;
}
.BgClassName
{
background-color: #1C833F;
}
</style>
border-color css
<style>
span { border-color: #1C833F; }
span { border-color: rgb(28,131,63); }
td.TdClassName
{
border-color: #1C833F;
}
.TagClassName
{
border-color: #1C833F;
}
</style>