Shades of Dark Pastel Green #13A33B
Tints of Dark Pastel Green #13A33B
RGB
CMYK
RGB Variations
Color information
#13A33B (or 0x13A33B) is known color: Dark Pastel Green. HEX triplet: 13, A3 and 3B. RGB value is (19,163,59). Sum of RGB (Red+Green+Blue) = 19+163+59=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 163 (64.06% from 255 or 67.63% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 163 - color contains mainly: green. Hex color #13A33B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A33B is #EC5CC4. Grayscale: #6C6C6C. Windows color (decimal): -15490245 or 3908371. OLE color: 3908371.
HSL color Cylindrical-coordinate representation of color #13A33B: hue angle of 136.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A33B is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 163 | 59 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.36 |
| HSL | 136.67º | 0.79% | 0.36% | - |
| HSV(B) | 136.67º | 0.88% | 0.64% | - |
| XYZ | 14.16 | 26.65 | 8.54 | - |
| YUV | 108.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 163 | 59 | 0.88 | 0 | 0.64 | 0.36 | 136.67 | 0.79 | 0.36 |
| Hex | 13 | A3 | 3B | 58 | 0 | 40 | 24 | 89 | 4F | 24 |
| Octal | 23 | 243 | 73 | 130 | 0 | 100 | 44 | 211 | 117 | 44 |
| Binary | 10011 | 10100011 | 111011 | 1011000 | 0 | 1000000 | 100100 | 10001001 | 1001111 | 100100 |
Color Harmonies of #13A33B
Complementary color
Monochromatic Colors of #13A33B
Black with #13A33B
Text Example
Text Example
White with #13A33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A33B; }
p { color: rgb(19,163,59); }
H1.HeaderClassName
{
color: #13A33B;
}
.AnyTagClassName
{
color: #13A33B;
}
</style>
background-color css
<style>
a { background-color: #13A33B; }
a { background-color: rgb(19,163,59); }
div.DivClassName
{
background-color: #13A33B;
}
.BgClassName
{
background-color: #13A33B;
}
</style>
border-color css
<style>
span { border-color: #13A33B; }
span { border-color: rgb(19,163,59); }
td.TdClassName
{
border-color: #13A33B;
}
.TagClassName
{
border-color: #13A33B;
}
</style>