Shades of Dark Pastel Green #17C930
Tints of Dark Pastel Green #17C930
RGB
CMYK
RGB Variations
Color information
#17C930 (or 0x17C930) is known color: Dark Pastel Green. HEX triplet: 17, C9 and 30. RGB value is (23,201,48). Sum of RGB (Red+Green+Blue) = 23+201+48=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #17C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C930 is #E836CF. Grayscale: #828282. Windows color (decimal): -15218384 or 3197207. OLE color: 3197207.
HSL color Cylindrical-coordinate representation of color #17C930: hue angle of 128.43º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C930 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 201 | 48 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.21 |
| HSL | 128.43º | 0.79% | 0.44% | - |
| HSV(B) | 128.43º | 0.89% | 0.79% | - |
| XYZ | 21.77 | 42.17 | 9.79 | - |
| YUV | 130.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 201 | 48 | 0.89 | 0 | 0.76 | 0.21 | 128.43 | 0.79 | 0.44 |
| Hex | 17 | C9 | 30 | 59 | 0 | 4C | 15 | 80 | 4F | 2C |
| Octal | 27 | 311 | 60 | 131 | 0 | 114 | 25 | 200 | 117 | 54 |
| Binary | 10111 | 11001001 | 110000 | 1011001 | 0 | 1001100 | 10101 | 10000000 | 1001111 | 101100 |
Color Harmonies of #17C930
Complementary color
Monochromatic Colors of #17C930
Black with #17C930
Text Example
Text Example
White with #17C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C930; }
p { color: rgb(23,201,48); }
H1.HeaderClassName
{
color: #17C930;
}
.AnyTagClassName
{
color: #17C930;
}
</style>
background-color css
<style>
a { background-color: #17C930; }
a { background-color: rgb(23,201,48); }
div.DivClassName
{
background-color: #17C930;
}
.BgClassName
{
background-color: #17C930;
}
</style>
border-color css
<style>
span { border-color: #17C930; }
span { border-color: rgb(23,201,48); }
td.TdClassName
{
border-color: #17C930;
}
.TagClassName
{
border-color: #17C930;
}
</style>