Shades of Dark Pastel Green #17C235
Tints of Dark Pastel Green #17C235
RGB
CMYK
RGB Variations
Color information
#17C235 (or 0x17C235) is known color: Dark Pastel Green. HEX triplet: 17, C2 and 35. RGB value is (23,194,53). Sum of RGB (Red+Green+Blue) = 23+194+53=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #17C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C235 is #E83DCA. Grayscale: #7F7F7F. Windows color (decimal): -15220171 or 3523095. OLE color: 3523095.
HSL color Cylindrical-coordinate representation of color #17C235: hue angle of 130.53º 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 #17C235 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 194 | 53 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.24 |
| HSL | 130.53º | 0.79% | 0.43% | - |
| HSV(B) | 130.53º | 0.88% | 0.76% | - |
| XYZ | 20.29 | 39.02 | 9.83 | - |
| YUV | 126.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 53 | 0.88 | 0 | 0.73 | 0.24 | 130.53 | 0.79 | 0.43 |
| Hex | 17 | C2 | 35 | 58 | 0 | 49 | 18 | 83 | 4F | 2B |
| Octal | 27 | 302 | 65 | 130 | 0 | 111 | 30 | 203 | 117 | 53 |
| Binary | 10111 | 11000010 | 110101 | 1011000 | 0 | 1001001 | 11000 | 10000011 | 1001111 | 101011 |
Color Harmonies of #17C235
Complementary color
Monochromatic Colors of #17C235
Black with #17C235
Text Example
Text Example
White with #17C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C235; }
p { color: rgb(23,194,53); }
H1.HeaderClassName
{
color: #17C235;
}
.AnyTagClassName
{
color: #17C235;
}
</style>
background-color css
<style>
a { background-color: #17C235; }
a { background-color: rgb(23,194,53); }
div.DivClassName
{
background-color: #17C235;
}
.BgClassName
{
background-color: #17C235;
}
</style>
border-color css
<style>
span { border-color: #17C235; }
span { border-color: rgb(23,194,53); }
td.TdClassName
{
border-color: #17C235;
}
.TagClassName
{
border-color: #17C235;
}
</style>