Shades of Dark Pastel Green #17C52D
Tints of Dark Pastel Green #17C52D
RGB
CMYK
RGB Variations
Color information
#17C52D (or 0x17C52D) is known color: Dark Pastel Green. HEX triplet: 17, C5 and 2D. RGB value is (23,197,45). Sum of RGB (Red+Green+Blue) = 23+197+45=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #17C52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C52D is #E83AD2. Grayscale: #808080. Windows color (decimal): -15219411 or 2999575. OLE color: 2999575.
HSL color Cylindrical-coordinate representation of color #17C52D: hue angle of 127.59º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C52D is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 197 | 45 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.23 |
| HSL | 127.59º | 0.79% | 0.43% | - |
| HSV(B) | 127.59º | 0.88% | 0.77% | - |
| XYZ | 20.79 | 40.3 | 9.17 | - |
| YUV | 127.65 | 81.35 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 197 | 45 | 0.88 | 0 | 0.77 | 0.23 | 127.59 | 0.79 | 0.43 |
| Hex | 17 | C5 | 2D | 58 | 0 | 4D | 17 | 80 | 4F | 2B |
| Octal | 27 | 305 | 55 | 130 | 0 | 115 | 27 | 200 | 117 | 53 |
| Binary | 10111 | 11000101 | 101101 | 1011000 | 0 | 1001101 | 10111 | 10000000 | 1001111 | 101011 |
Color Harmonies of #17C52D
Complementary color
Monochromatic Colors of #17C52D
Black with #17C52D
Text Example
Text Example
White with #17C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C52D; }
p { color: rgb(23,197,45); }
H1.HeaderClassName
{
color: #17C52D;
}
.AnyTagClassName
{
color: #17C52D;
}
</style>
background-color css
<style>
a { background-color: #17C52D; }
a { background-color: rgb(23,197,45); }
div.DivClassName
{
background-color: #17C52D;
}
.BgClassName
{
background-color: #17C52D;
}
</style>
border-color css
<style>
span { border-color: #17C52D; }
span { border-color: rgb(23,197,45); }
td.TdClassName
{
border-color: #17C52D;
}
.TagClassName
{
border-color: #17C52D;
}
</style>