Shades of Dark Pastel Green #13B02C
Tints of Dark Pastel Green #13B02C
RGB
CMYK
RGB Variations
Color information
#13B02C (or 0x13B02C) is known color: Dark Pastel Green. HEX triplet: 13, B0 and 2C. RGB value is (19,176,44). Sum of RGB (Red+Green+Blue) = 19+176+44=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #13B02C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B02C is #EC4FD3. Grayscale: #727272. Windows color (decimal): -15486932 or 2928659. OLE color: 2928659.
HSL color Cylindrical-coordinate representation of color #13B02C: hue angle of 129.55º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B02C is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 44 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.31 |
| HSL | 129.55º | 0.81% | 0.38% | - |
| HSV(B) | 129.55º | 0.89% | 0.69% | - |
| XYZ | 16.25 | 31.37 | 7.58 | - |
| YUV | 114.01 | 88.49 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 44 | 0.89 | 0 | 0.75 | 0.31 | 129.55 | 0.81 | 0.38 |
| Hex | 13 | B0 | 2C | 59 | 0 | 4B | 1F | 82 | 51 | 26 |
| Octal | 23 | 260 | 54 | 131 | 0 | 113 | 37 | 202 | 121 | 46 |
| Binary | 10011 | 10110000 | 101100 | 1011001 | 0 | 1001011 | 11111 | 10000010 | 1010001 | 100110 |
Color Harmonies of #13B02C
Complementary color
Monochromatic Colors of #13B02C
Black with #13B02C
Text Example
Text Example
White with #13B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B02C; }
p { color: rgb(19,176,44); }
H1.HeaderClassName
{
color: #13B02C;
}
.AnyTagClassName
{
color: #13B02C;
}
</style>
background-color css
<style>
a { background-color: #13B02C; }
a { background-color: rgb(19,176,44); }
div.DivClassName
{
background-color: #13B02C;
}
.BgClassName
{
background-color: #13B02C;
}
</style>
border-color css
<style>
span { border-color: #13B02C; }
span { border-color: rgb(19,176,44); }
td.TdClassName
{
border-color: #13B02C;
}
.TagClassName
{
border-color: #13B02C;
}
</style>