Shades of Dark Pastel Green #13C933
Tints of Dark Pastel Green #13C933
RGB
CMYK
RGB Variations
Color information
#13C933 (or 0x13C933) is known color: Dark Pastel Green. HEX triplet: 13, C9 and 33. RGB value is (19,201,51). Sum of RGB (Red+Green+Blue) = 19+201+51=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #13C933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C933 is #EC36CC. Grayscale: #818181. Windows color (decimal): -15480525 or 3393811. OLE color: 3393811.
HSL color Cylindrical-coordinate representation of color #13C933: hue angle of 130.55º 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 #13C933 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 51 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.21 |
| HSL | 130.55º | 0.83% | 0.43% | - |
| HSV(B) | 130.55º | 0.91% | 0.79% | - |
| XYZ | 21.75 | 42.15 | 10.12 | - |
| YUV | 129.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 51 | 0.91 | 0 | 0.75 | 0.21 | 130.55 | 0.83 | 0.43 |
| Hex | 13 | C9 | 33 | 5B | 0 | 4B | 15 | 83 | 53 | 2B |
| Octal | 23 | 311 | 63 | 133 | 0 | 113 | 25 | 203 | 123 | 53 |
| Binary | 10011 | 11001001 | 110011 | 1011011 | 0 | 1001011 | 10101 | 10000011 | 1010011 | 101011 |
Color Harmonies of #13C933
Complementary color
Monochromatic Colors of #13C933
Black with #13C933
Text Example
Text Example
White with #13C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C933; }
p { color: rgb(19,201,51); }
H1.HeaderClassName
{
color: #13C933;
}
.AnyTagClassName
{
color: #13C933;
}
</style>
background-color css
<style>
a { background-color: #13C933; }
a { background-color: rgb(19,201,51); }
div.DivClassName
{
background-color: #13C933;
}
.BgClassName
{
background-color: #13C933;
}
</style>
border-color css
<style>
span { border-color: #13C933; }
span { border-color: rgb(19,201,51); }
td.TdClassName
{
border-color: #13C933;
}
.TagClassName
{
border-color: #13C933;
}
</style>