Shades of Dark Pastel Green #13BC2D
Tints of Dark Pastel Green #13BC2D
RGB
CMYK
RGB Variations
Color information
#13BC2D (or 0x13BC2D) is known color: Dark Pastel Green. HEX triplet: 13, BC and 2D. RGB value is (19,188,45). Sum of RGB (Red+Green+Blue) = 19+188+45=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC2D is #EC43D2. Grayscale: #797979. Windows color (decimal): -15483859 or 2997267. OLE color: 2997267.
HSL color Cylindrical-coordinate representation of color #13BC2D: hue angle of 129.23º 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 #13BC2D is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 45 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.26 |
| HSL | 129.23º | 0.82% | 0.41% | - |
| HSV(B) | 129.23º | 0.9% | 0.74% | - |
| XYZ | 18.73 | 36.29 | 8.5 | - |
| YUV | 121.17 | 85.01 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 45 | 0.90 | 0 | 0.76 | 0.26 | 129.23 | 0.82 | 0.41 |
| Hex | 13 | BC | 2D | 5A | 0 | 4C | 1A | 81 | 52 | 29 |
| Octal | 23 | 274 | 55 | 132 | 0 | 114 | 32 | 201 | 122 | 51 |
| Binary | 10011 | 10111100 | 101101 | 1011010 | 0 | 1001100 | 11010 | 10000001 | 1010010 | 101001 |
Color Harmonies of #13BC2D
Complementary color
Monochromatic Colors of #13BC2D
Black with #13BC2D
Text Example
Text Example
White with #13BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC2D; }
p { color: rgb(19,188,45); }
H1.HeaderClassName
{
color: #13BC2D;
}
.AnyTagClassName
{
color: #13BC2D;
}
</style>
background-color css
<style>
a { background-color: #13BC2D; }
a { background-color: rgb(19,188,45); }
div.DivClassName
{
background-color: #13BC2D;
}
.BgClassName
{
background-color: #13BC2D;
}
</style>
border-color css
<style>
span { border-color: #13BC2D; }
span { border-color: rgb(19,188,45); }
td.TdClassName
{
border-color: #13BC2D;
}
.TagClassName
{
border-color: #13BC2D;
}
</style>