Shades of Dark Pastel Green #17CB30
Tints of Dark Pastel Green #17CB30
RGB
CMYK
RGB Variations
Color information
#17CB30 (or 0x17CB30) is known color: Dark Pastel Green. HEX triplet: 17, CB and 30. RGB value is (23,203,48). Sum of RGB (Red+Green+Blue) = 23+203+48=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #17CB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CB30 is #E834CF. Grayscale: #838383. Windows color (decimal): -15217872 or 3197719. OLE color: 3197719.
HSL color Cylindrical-coordinate representation of color #17CB30: hue angle of 128.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CB30 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 203 | 48 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.20 |
| HSL | 128.33º | 0.8% | 0.44% | - |
| HSV(B) | 128.33º | 0.89% | 0.8% | - |
| XYZ | 22.24 | 43.11 | 9.94 | - |
| YUV | 131.51 | 80.87 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 48 | 0.89 | 0 | 0.76 | 0.20 | 128.33 | 0.8 | 0.44 |
| Hex | 17 | CB | 30 | 59 | 0 | 4C | 14 | 80 | 50 | 2C |
| Octal | 27 | 313 | 60 | 131 | 0 | 114 | 24 | 200 | 120 | 54 |
| Binary | 10111 | 11001011 | 110000 | 1011001 | 0 | 1001100 | 10100 | 10000000 | 1010000 | 101100 |
Color Harmonies of #17CB30
Complementary color
Monochromatic Colors of #17CB30
Black with #17CB30
Text Example
Text Example
White with #17CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CB30; }
p { color: rgb(23,203,48); }
H1.HeaderClassName
{
color: #17CB30;
}
.AnyTagClassName
{
color: #17CB30;
}
</style>
background-color css
<style>
a { background-color: #17CB30; }
a { background-color: rgb(23,203,48); }
div.DivClassName
{
background-color: #17CB30;
}
.BgClassName
{
background-color: #17CB30;
}
</style>
border-color css
<style>
span { border-color: #17CB30; }
span { border-color: rgb(23,203,48); }
td.TdClassName
{
border-color: #17CB30;
}
.TagClassName
{
border-color: #17CB30;
}
</style>