Shades of Dark Pastel Green #13C831
Tints of Dark Pastel Green #13C831
RGB
CMYK
RGB Variations
Color information
#13C831 (or 0x13C831) is known color: Dark Pastel Green. HEX triplet: 13, C8 and 31. RGB value is (19,200,49). Sum of RGB (Red+Green+Blue) = 19+200+49=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #13C831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C831 is #EC37CE. Grayscale: #818181. Windows color (decimal): -15480783 or 3262483. OLE color: 3262483.
HSL color Cylindrical-coordinate representation of color #13C831: hue angle of 129.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C831 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 49 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.22 |
| HSL | 129.94º | 0.83% | 0.43% | - |
| HSV(B) | 129.94º | 0.91% | 0.78% | - |
| XYZ | 21.48 | 41.67 | 9.82 | - |
| YUV | 128.67 | 83.03 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 49 | 0.90 | 0 | 0.76 | 0.22 | 129.94 | 0.83 | 0.43 |
| Hex | 13 | C8 | 31 | 5A | 0 | 4C | 16 | 82 | 53 | 2B |
| Octal | 23 | 310 | 61 | 132 | 0 | 114 | 26 | 202 | 123 | 53 |
| Binary | 10011 | 11001000 | 110001 | 1011010 | 0 | 1001100 | 10110 | 10000010 | 1010011 | 101011 |
Color Harmonies of #13C831
Complementary color
Monochromatic Colors of #13C831
Black with #13C831
Text Example
Text Example
White with #13C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C831; }
p { color: rgb(19,200,49); }
H1.HeaderClassName
{
color: #13C831;
}
.AnyTagClassName
{
color: #13C831;
}
</style>
background-color css
<style>
a { background-color: #13C831; }
a { background-color: rgb(19,200,49); }
div.DivClassName
{
background-color: #13C831;
}
.BgClassName
{
background-color: #13C831;
}
</style>
border-color css
<style>
span { border-color: #13C831; }
span { border-color: rgb(19,200,49); }
td.TdClassName
{
border-color: #13C831;
}
.TagClassName
{
border-color: #13C831;
}
</style>