Shades of Dark Pastel Green #17B530
Tints of Dark Pastel Green #17B530
RGB
CMYK
RGB Variations
Color information
#17B530 (or 0x17B530) is known color: Dark Pastel Green. HEX triplet: 17, B5 and 30. RGB value is (23,181,48). Sum of RGB (Red+Green+Blue) = 23+181+48=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #17B530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17B530 is #E84ACF. Grayscale: #767676. Windows color (decimal): -15223504 or 3192087. OLE color: 3192087.
HSL color Cylindrical-coordinate representation of color #17B530: hue angle of 129.49º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17B530 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 181 | 48 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.29 |
| HSL | 129.49º | 0.77% | 0.4% | - |
| HSV(B) | 129.49º | 0.87% | 0.71% | - |
| XYZ | 17.41 | 33.44 | 8.33 | - |
| YUV | 118.6 | 88.15 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 181 | 48 | 0.87 | 0 | 0.73 | 0.29 | 129.49 | 0.77 | 0.4 |
| Hex | 17 | B5 | 30 | 57 | 0 | 49 | 1D | 81 | 4D | 28 |
| Octal | 27 | 265 | 60 | 127 | 0 | 111 | 35 | 201 | 115 | 50 |
| Binary | 10111 | 10110101 | 110000 | 1010111 | 0 | 1001001 | 11101 | 10000001 | 1001101 | 101000 |
Color Harmonies of #17B530
Complementary color
Monochromatic Colors of #17B530
Black with #17B530
Text Example
Text Example
White with #17B530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B530; }
p { color: rgb(23,181,48); }
H1.HeaderClassName
{
color: #17B530;
}
.AnyTagClassName
{
color: #17B530;
}
</style>
background-color css
<style>
a { background-color: #17B530; }
a { background-color: rgb(23,181,48); }
div.DivClassName
{
background-color: #17B530;
}
.BgClassName
{
background-color: #17B530;
}
</style>
border-color css
<style>
span { border-color: #17B530; }
span { border-color: rgb(23,181,48); }
td.TdClassName
{
border-color: #17B530;
}
.TagClassName
{
border-color: #17B530;
}
</style>