Shades of Dark Pastel Green #13BC1D
Tints of Dark Pastel Green #13BC1D
RGB
CMYK
RGB Variations
Color information
#13BC1D (or 0x13BC1D) is known color: Dark Pastel Green. HEX triplet: 13, BC and 1D. RGB value is (19,188,29). Sum of RGB (Red+Green+Blue) = 19+188+29=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC1D is #EC43E2. Grayscale: #777777. Windows color (decimal): -15483875 or 1948691. OLE color: 1948691.
HSL color Cylindrical-coordinate representation of color #13BC1D: hue angle of 123.55º 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 #13BC1D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 29 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.26 |
| HSL | 123.55º | 0.82% | 0.41% | - |
| HSV(B) | 123.55º | 0.9% | 0.74% | - |
| XYZ | 18.47 | 36.19 | 7.17 | - |
| YUV | 119.34 | 77.01 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 29 | 0.90 | 0 | 0.85 | 0.26 | 123.55 | 0.82 | 0.41 |
| Hex | 13 | BC | 1D | 5A | 0 | 55 | 1A | 7C | 52 | 29 |
| Octal | 23 | 274 | 35 | 132 | 0 | 125 | 32 | 174 | 122 | 51 |
| Binary | 10011 | 10111100 | 11101 | 1011010 | 0 | 1010101 | 11010 | 1111100 | 1010010 | 101001 |
Color Harmonies of #13BC1D
Complementary color
Monochromatic Colors of #13BC1D
Black with #13BC1D
Text Example
Text Example
White with #13BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC1D; }
p { color: rgb(19,188,29); }
H1.HeaderClassName
{
color: #13BC1D;
}
.AnyTagClassName
{
color: #13BC1D;
}
</style>
background-color css
<style>
a { background-color: #13BC1D; }
a { background-color: rgb(19,188,29); }
div.DivClassName
{
background-color: #13BC1D;
}
.BgClassName
{
background-color: #13BC1D;
}
</style>
border-color css
<style>
span { border-color: #13BC1D; }
span { border-color: rgb(19,188,29); }
td.TdClassName
{
border-color: #13BC1D;
}
.TagClassName
{
border-color: #13BC1D;
}
</style>