Shades of Dark Pastel Green #17C02A
Tints of Dark Pastel Green #17C02A
RGB
CMYK
RGB Variations
Color information
#17C02A (or 0x17C02A) is known color: Dark Pastel Green. HEX triplet: 17, C0 and 2A. RGB value is (23,192,42). Sum of RGB (Red+Green+Blue) = 23+192+42=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #17C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C02A is #E83FD5. Grayscale: #7C7C7C. Windows color (decimal): -15220694 or 2801687. OLE color: 2801687.
HSL color Cylindrical-coordinate representation of color #17C02A: hue angle of 126.75º 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 #17C02A is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 42 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.25 |
| HSL | 126.75º | 0.79% | 0.42% | - |
| HSV(B) | 126.75º | 0.88% | 0.75% | - |
| XYZ | 19.62 | 38.05 | 8.5 | - |
| YUV | 124.37 | 81.51 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 42 | 0.88 | 0 | 0.78 | 0.25 | 126.75 | 0.79 | 0.42 |
| Hex | 17 | C0 | 2A | 58 | 0 | 4E | 19 | 7F | 4F | 2A |
| Octal | 27 | 300 | 52 | 130 | 0 | 116 | 31 | 177 | 117 | 52 |
| Binary | 10111 | 11000000 | 101010 | 1011000 | 0 | 1001110 | 11001 | 1111111 | 1001111 | 101010 |
Color Harmonies of #17C02A
Complementary color
Monochromatic Colors of #17C02A
Black with #17C02A
Text Example
Text Example
White with #17C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C02A; }
p { color: rgb(23,192,42); }
H1.HeaderClassName
{
color: #17C02A;
}
.AnyTagClassName
{
color: #17C02A;
}
</style>
background-color css
<style>
a { background-color: #17C02A; }
a { background-color: rgb(23,192,42); }
div.DivClassName
{
background-color: #17C02A;
}
.BgClassName
{
background-color: #17C02A;
}
</style>
border-color css
<style>
span { border-color: #17C02A; }
span { border-color: rgb(23,192,42); }
td.TdClassName
{
border-color: #17C02A;
}
.TagClassName
{
border-color: #17C02A;
}
</style>