Shades of Dark Pastel Green #13C929
Tints of Dark Pastel Green #13C929
RGB
CMYK
RGB Variations
Color information
#13C929 (or 0x13C929) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 29. RGB value is (19,201,41). Sum of RGB (Red+Green+Blue) = 19+201+41=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 201 (78.91% from 255 or 77.01% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 201 - color contains mainly: green. Hex color #13C929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C929 is #EC36D6. Grayscale: #808080. Windows color (decimal): -15480535 or 2738451. OLE color: 2738451.
HSL color Cylindrical-coordinate representation of color #13C929: hue angle of 127.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C929 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 41 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.21 |
| HSL | 127.25º | 0.83% | 0.43% | - |
| HSV(B) | 127.25º | 0.91% | 0.79% | - |
| XYZ | 21.56 | 42.07 | 9.08 | - |
| YUV | 128.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 41 | 0.91 | 0 | 0.80 | 0.21 | 127.25 | 0.83 | 0.43 |
| Hex | 13 | C9 | 29 | 5B | 0 | 50 | 15 | 7F | 53 | 2B |
| Octal | 23 | 311 | 51 | 133 | 0 | 120 | 25 | 177 | 123 | 53 |
| Binary | 10011 | 11001001 | 101001 | 1011011 | 0 | 1010000 | 10101 | 1111111 | 1010011 | 101011 |
Color Harmonies of #13C929
Complementary color
Monochromatic Colors of #13C929
Black with #13C929
Text Example
Text Example
White with #13C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C929; }
p { color: rgb(19,201,41); }
H1.HeaderClassName
{
color: #13C929;
}
.AnyTagClassName
{
color: #13C929;
}
</style>
background-color css
<style>
a { background-color: #13C929; }
a { background-color: rgb(19,201,41); }
div.DivClassName
{
background-color: #13C929;
}
.BgClassName
{
background-color: #13C929;
}
</style>
border-color css
<style>
span { border-color: #13C929; }
span { border-color: rgb(19,201,41); }
td.TdClassName
{
border-color: #13C929;
}
.TagClassName
{
border-color: #13C929;
}
</style>