Shades of Dark Pastel Green #17C048
Tints of Dark Pastel Green #17C048
RGB
CMYK
RGB Variations
Color information
#17C048 (or 0x17C048) is known color: Dark Pastel Green. HEX triplet: 17, C0 and 48. RGB value is (23,192,72). Sum of RGB (Red+Green+Blue) = 23+192+72=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #17C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C048 is #E83FB7. Grayscale: #808080. Windows color (decimal): -15220664 or 4767767. OLE color: 4767767.
HSL color Cylindrical-coordinate representation of color #17C048: hue angle of 137.4º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C048 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 72 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.25 |
| HSL | 137.4º | 0.79% | 0.42% | - |
| HSV(B) | 137.4º | 0.88% | 0.75% | - |
| XYZ | 20.37 | 38.35 | 12.46 | - |
| YUV | 127.79 | 96.51 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 72 | 0.88 | 0 | 0.63 | 0.25 | 137.4 | 0.79 | 0.42 |
| Hex | 17 | C0 | 48 | 58 | 0 | 3F | 19 | 89 | 4F | 2A |
| Octal | 27 | 300 | 110 | 130 | 0 | 77 | 31 | 211 | 117 | 52 |
| Binary | 10111 | 11000000 | 1001000 | 1011000 | 0 | 111111 | 11001 | 10001001 | 1001111 | 101010 |
Color Harmonies of #17C048
Complementary color
Monochromatic Colors of #17C048
Black with #17C048
Text Example
Text Example
White with #17C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C048; }
p { color: rgb(23,192,72); }
H1.HeaderClassName
{
color: #17C048;
}
.AnyTagClassName
{
color: #17C048;
}
</style>
background-color css
<style>
a { background-color: #17C048; }
a { background-color: rgb(23,192,72); }
div.DivClassName
{
background-color: #17C048;
}
.BgClassName
{
background-color: #17C048;
}
</style>
border-color css
<style>
span { border-color: #17C048; }
span { border-color: rgb(23,192,72); }
td.TdClassName
{
border-color: #17C048;
}
.TagClassName
{
border-color: #17C048;
}
</style>