Shades of Dark Pastel Green #17C245
Tints of Dark Pastel Green #17C245
RGB
CMYK
RGB Variations
Color information
#17C245 (or 0x17C245) is known color: Dark Pastel Green. HEX triplet: 17, C2 and 45. RGB value is (23,194,69). Sum of RGB (Red+Green+Blue) = 23+194+69=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #17C245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C245 is #E83DBA. Grayscale: #808080. Windows color (decimal): -15220155 or 4571671. OLE color: 4571671.
HSL color Cylindrical-coordinate representation of color #17C245: hue angle of 136.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C245 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 194 | 69 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.24 |
| HSL | 136.14º | 0.79% | 0.43% | - |
| HSV(B) | 136.14º | 0.88% | 0.76% | - |
| XYZ | 20.72 | 39.2 | 12.1 | - |
| YUV | 128.62 | 94.35 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 69 | 0.88 | 0 | 0.64 | 0.24 | 136.14 | 0.79 | 0.43 |
| Hex | 17 | C2 | 45 | 58 | 0 | 40 | 18 | 88 | 4F | 2B |
| Octal | 27 | 302 | 105 | 130 | 0 | 100 | 30 | 210 | 117 | 53 |
| Binary | 10111 | 11000010 | 1000101 | 1011000 | 0 | 1000000 | 11000 | 10001000 | 1001111 | 101011 |
Color Harmonies of #17C245
Complementary color
Monochromatic Colors of #17C245
Black with #17C245
Text Example
Text Example
White with #17C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C245; }
p { color: rgb(23,194,69); }
H1.HeaderClassName
{
color: #17C245;
}
.AnyTagClassName
{
color: #17C245;
}
</style>
background-color css
<style>
a { background-color: #17C245; }
a { background-color: rgb(23,194,69); }
div.DivClassName
{
background-color: #17C245;
}
.BgClassName
{
background-color: #17C245;
}
</style>
border-color css
<style>
span { border-color: #17C245; }
span { border-color: rgb(23,194,69); }
td.TdClassName
{
border-color: #17C245;
}
.TagClassName
{
border-color: #17C245;
}
</style>