Shades of Dark Pastel Green #13D233
Tints of Dark Pastel Green #13D233
RGB
CMYK
RGB Variations
Color information
#13D233 (or 0x13D233) is known color: Dark Pastel Green. HEX triplet: 13, D2 and 33. RGB value is (19,210,51). Sum of RGB (Red+Green+Blue) = 19+210+51=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #13D233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D233 is #EC2DCC. Grayscale: #878787. Windows color (decimal): -15478221 or 3396115. OLE color: 3396115.
HSL color Cylindrical-coordinate representation of color #13D233: hue angle of 130.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D233 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 51 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.18 |
| HSL | 130.05º | 0.83% | 0.45% | - |
| HSV(B) | 130.05º | 0.91% | 0.82% | - |
| XYZ | 23.91 | 46.47 | 10.84 | - |
| YUV | 134.77 | 80.72 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 51 | 0.91 | 0 | 0.76 | 0.18 | 130.05 | 0.83 | 0.45 |
| Hex | 13 | D2 | 33 | 5B | 0 | 4C | 12 | 82 | 53 | 2D |
| Octal | 23 | 322 | 63 | 133 | 0 | 114 | 22 | 202 | 123 | 55 |
| Binary | 10011 | 11010010 | 110011 | 1011011 | 0 | 1001100 | 10010 | 10000010 | 1010011 | 101101 |
Color Harmonies of #13D233
Complementary color
Monochromatic Colors of #13D233
Black with #13D233
Text Example
Text Example
White with #13D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D233; }
p { color: rgb(19,210,51); }
H1.HeaderClassName
{
color: #13D233;
}
.AnyTagClassName
{
color: #13D233;
}
</style>
background-color css
<style>
a { background-color: #13D233; }
a { background-color: rgb(19,210,51); }
div.DivClassName
{
background-color: #13D233;
}
.BgClassName
{
background-color: #13D233;
}
</style>
border-color css
<style>
span { border-color: #13D233; }
span { border-color: rgb(19,210,51); }
td.TdClassName
{
border-color: #13D233;
}
.TagClassName
{
border-color: #13D233;
}
</style>