Shades of Dark Pastel Green #13B81B
Tints of Dark Pastel Green #13B81B
RGB
CMYK
RGB Variations
Color information
#13B81B (or 0x13B81B) is known color: Dark Pastel Green. HEX triplet: 13, B8 and 1B. RGB value is (19,184,27). Sum of RGB (Red+Green+Blue) = 19+184+27=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 184 (72.27% from 255 or 80% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 184 - color contains mainly: green. Hex color #13B81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B81B is #EC47E4. Grayscale: #757575. Windows color (decimal): -15484901 or 1816595. OLE color: 1816595.
HSL color Cylindrical-coordinate representation of color #13B81B: hue angle of 122.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B81B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 184 | 27 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.28 |
| HSL | 122.91º | 0.81% | 0.4% | - |
| HSV(B) | 122.91º | 0.9% | 0.72% | - |
| XYZ | 17.61 | 34.5 | 6.77 | - |
| YUV | 116.77 | 77.34 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 184 | 27 | 0.90 | 0 | 0.85 | 0.28 | 122.91 | 0.81 | 0.4 |
| Hex | 13 | B8 | 1B | 5A | 0 | 55 | 1C | 7B | 51 | 28 |
| Octal | 23 | 270 | 33 | 132 | 0 | 125 | 34 | 173 | 121 | 50 |
| Binary | 10011 | 10111000 | 11011 | 1011010 | 0 | 1010101 | 11100 | 1111011 | 1010001 | 101000 |
Color Harmonies of #13B81B
Complementary color
Monochromatic Colors of #13B81B
Black with #13B81B
Text Example
Text Example
White with #13B81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B81B; }
p { color: rgb(19,184,27); }
H1.HeaderClassName
{
color: #13B81B;
}
.AnyTagClassName
{
color: #13B81B;
}
</style>
background-color css
<style>
a { background-color: #13B81B; }
a { background-color: rgb(19,184,27); }
div.DivClassName
{
background-color: #13B81B;
}
.BgClassName
{
background-color: #13B81B;
}
</style>
border-color css
<style>
span { border-color: #13B81B; }
span { border-color: rgb(19,184,27); }
td.TdClassName
{
border-color: #13B81B;
}
.TagClassName
{
border-color: #13B81B;
}
</style>