Shades of Dark Pastel Green #17B134
Tints of Dark Pastel Green #17B134
RGB
CMYK
RGB Variations
Color information
#17B134 (or 0x17B134) is known color: Dark Pastel Green. HEX triplet: 17, B1 and 34. RGB value is (23,177,52). Sum of RGB (Red+Green+Blue) = 23+177+52=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 177 (69.53% from 255 or 70.24% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 177 - color contains mainly: green. Hex color #17B134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17B134 is #E84ECB. Grayscale: #757575. Windows color (decimal): -15224524 or 3453207. OLE color: 3453207.
HSL color Cylindrical-coordinate representation of color #17B134: hue angle of 131.3º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17B134 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 177 | 52 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.31 |
| HSL | 131.3º | 0.77% | 0.39% | - |
| HSV(B) | 131.3º | 0.87% | 0.69% | - |
| XYZ | 16.7 | 31.87 | 8.52 | - |
| YUV | 116.7 | 91.48 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 177 | 52 | 0.87 | 0 | 0.71 | 0.31 | 131.3 | 0.77 | 0.39 |
| Hex | 17 | B1 | 34 | 57 | 0 | 47 | 1F | 83 | 4D | 27 |
| Octal | 27 | 261 | 64 | 127 | 0 | 107 | 37 | 203 | 115 | 47 |
| Binary | 10111 | 10110001 | 110100 | 1010111 | 0 | 1000111 | 11111 | 10000011 | 1001101 | 100111 |
Color Harmonies of #17B134
Complementary color
Monochromatic Colors of #17B134
Black with #17B134
Text Example
Text Example
White with #17B134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B134; }
p { color: rgb(23,177,52); }
H1.HeaderClassName
{
color: #17B134;
}
.AnyTagClassName
{
color: #17B134;
}
</style>
background-color css
<style>
a { background-color: #17B134; }
a { background-color: rgb(23,177,52); }
div.DivClassName
{
background-color: #17B134;
}
.BgClassName
{
background-color: #17B134;
}
</style>
border-color css
<style>
span { border-color: #17B134; }
span { border-color: rgb(23,177,52); }
td.TdClassName
{
border-color: #17B134;
}
.TagClassName
{
border-color: #17B134;
}
</style>