Shades of Dark Pastel Green #13BB40
Tints of Dark Pastel Green #13BB40
RGB
CMYK
RGB Variations
Color information
#13BB40 (or 0x13BB40) is known color: Dark Pastel Green. HEX triplet: 13, BB and 40. RGB value is (19,187,64). Sum of RGB (Red+Green+Blue) = 19+187+64=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BB40 is #EC44BF. Grayscale: #7B7B7B. Windows color (decimal): -15484096 or 4242195. OLE color: 4242195.
HSL color Cylindrical-coordinate representation of color #13BB40: hue angle of 136.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB40 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 64 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.27 |
| HSL | 136.07º | 0.82% | 0.4% | - |
| HSV(B) | 136.07º | 0.9% | 0.73% | - |
| XYZ | 18.96 | 36.05 | 10.81 | - |
| YUV | 122.75 | 94.84 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 64 | 0.90 | 0 | 0.66 | 0.27 | 136.07 | 0.82 | 0.4 |
| Hex | 13 | BB | 40 | 5A | 0 | 42 | 1B | 88 | 52 | 28 |
| Octal | 23 | 273 | 100 | 132 | 0 | 102 | 33 | 210 | 122 | 50 |
| Binary | 10011 | 10111011 | 1000000 | 1011010 | 0 | 1000010 | 11011 | 10001000 | 1010010 | 101000 |
Color Harmonies of #13BB40
Complementary color
Monochromatic Colors of #13BB40
Black with #13BB40
Text Example
Text Example
White with #13BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB40; }
p { color: rgb(19,187,64); }
H1.HeaderClassName
{
color: #13BB40;
}
.AnyTagClassName
{
color: #13BB40;
}
</style>
background-color css
<style>
a { background-color: #13BB40; }
a { background-color: rgb(19,187,64); }
div.DivClassName
{
background-color: #13BB40;
}
.BgClassName
{
background-color: #13BB40;
}
</style>
border-color css
<style>
span { border-color: #13BB40; }
span { border-color: rgb(19,187,64); }
td.TdClassName
{
border-color: #13BB40;
}
.TagClassName
{
border-color: #13BB40;
}
</style>