Shades of Dark Pastel Green #13BC2C
Tints of Dark Pastel Green #13BC2C
RGB
CMYK
RGB Variations
Color information
#13BC2C (or 0x13BC2C) is known color: Dark Pastel Green. HEX triplet: 13, BC and 2C. RGB value is (19,188,44). Sum of RGB (Red+Green+Blue) = 19+188+44=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC2C is #EC43D3. Grayscale: #797979. Windows color (decimal): -15483860 or 2931731. OLE color: 2931731.
HSL color Cylindrical-coordinate representation of color #13BC2C: hue angle of 128.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC2C is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 44 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.26 |
| HSL | 128.88º | 0.82% | 0.41% | - |
| HSV(B) | 128.88º | 0.9% | 0.74% | - |
| XYZ | 18.71 | 36.29 | 8.4 | - |
| YUV | 121.05 | 84.51 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 44 | 0.90 | 0 | 0.77 | 0.26 | 128.88 | 0.82 | 0.41 |
| Hex | 13 | BC | 2C | 5A | 0 | 4D | 1A | 81 | 52 | 29 |
| Octal | 23 | 274 | 54 | 132 | 0 | 115 | 32 | 201 | 122 | 51 |
| Binary | 10011 | 10111100 | 101100 | 1011010 | 0 | 1001101 | 11010 | 10000001 | 1010010 | 101001 |
Color Harmonies of #13BC2C
Complementary color
Monochromatic Colors of #13BC2C
Black with #13BC2C
Text Example
Text Example
White with #13BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC2C; }
p { color: rgb(19,188,44); }
H1.HeaderClassName
{
color: #13BC2C;
}
.AnyTagClassName
{
color: #13BC2C;
}
</style>
background-color css
<style>
a { background-color: #13BC2C; }
a { background-color: rgb(19,188,44); }
div.DivClassName
{
background-color: #13BC2C;
}
.BgClassName
{
background-color: #13BC2C;
}
</style>
border-color css
<style>
span { border-color: #13BC2C; }
span { border-color: rgb(19,188,44); }
td.TdClassName
{
border-color: #13BC2C;
}
.TagClassName
{
border-color: #13BC2C;
}
</style>