Shades of Dark Pastel Green #13BB2A
Tints of Dark Pastel Green #13BB2A
RGB
CMYK
RGB Variations
Color information
#13BB2A (or 0x13BB2A) is known color: Dark Pastel Green. HEX triplet: 13, BB and 2A. RGB value is (19,187,42). Sum of RGB (Red+Green+Blue) = 19+187+42=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 187 (73.44% from 255 or 75.40% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BB2A is #EC44D5. Grayscale: #787878. Windows color (decimal): -15484118 or 2800403. OLE color: 2800403.
HSL color Cylindrical-coordinate representation of color #13BB2A: hue angle of 128.21º 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 #13BB2A is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 42 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.27 |
| HSL | 128.21º | 0.82% | 0.4% | - |
| HSV(B) | 128.21º | 0.9% | 0.73% | - |
| XYZ | 18.46 | 35.85 | 8.14 | - |
| YUV | 120.24 | 83.84 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 42 | 0.90 | 0 | 0.78 | 0.27 | 128.21 | 0.82 | 0.4 |
| Hex | 13 | BB | 2A | 5A | 0 | 4E | 1B | 80 | 52 | 28 |
| Octal | 23 | 273 | 52 | 132 | 0 | 116 | 33 | 200 | 122 | 50 |
| Binary | 10011 | 10111011 | 101010 | 1011010 | 0 | 1001110 | 11011 | 10000000 | 1010010 | 101000 |
Color Harmonies of #13BB2A
Complementary color
Monochromatic Colors of #13BB2A
Black with #13BB2A
Text Example
Text Example
White with #13BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB2A; }
p { color: rgb(19,187,42); }
H1.HeaderClassName
{
color: #13BB2A;
}
.AnyTagClassName
{
color: #13BB2A;
}
</style>
background-color css
<style>
a { background-color: #13BB2A; }
a { background-color: rgb(19,187,42); }
div.DivClassName
{
background-color: #13BB2A;
}
.BgClassName
{
background-color: #13BB2A;
}
</style>
border-color css
<style>
span { border-color: #13BB2A; }
span { border-color: rgb(19,187,42); }
td.TdClassName
{
border-color: #13BB2A;
}
.TagClassName
{
border-color: #13BB2A;
}
</style>