Shades of Dark Pastel Green #13C148
Tints of Dark Pastel Green #13C148
RGB
CMYK
RGB Variations
Color information
#13C148 (or 0x13C148) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 48. RGB value is (19,193,72). Sum of RGB (Red+Green+Blue) = 19+193+72=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #13C148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C148 is #EC3EB7. Grayscale: #7F7F7F. Windows color (decimal): -15482552 or 4768019. OLE color: 4768019.
HSL color Cylindrical-coordinate representation of color #13C148: hue angle of 138.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C148 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 72 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.24 |
| HSL | 138.28º | 0.82% | 0.42% | - |
| HSV(B) | 138.28º | 0.9% | 0.76% | - |
| XYZ | 20.51 | 38.75 | 12.53 | - |
| YUV | 127.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 72 | 0.90 | 0 | 0.63 | 0.24 | 138.28 | 0.82 | 0.42 |
| Hex | 13 | C1 | 48 | 5A | 0 | 3F | 18 | 8A | 52 | 2A |
| Octal | 23 | 301 | 110 | 132 | 0 | 77 | 30 | 212 | 122 | 52 |
| Binary | 10011 | 11000001 | 1001000 | 1011010 | 0 | 111111 | 11000 | 10001010 | 1010010 | 101010 |
Color Harmonies of #13C148
Complementary color
Monochromatic Colors of #13C148
Black with #13C148
Text Example
Text Example
White with #13C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C148; }
p { color: rgb(19,193,72); }
H1.HeaderClassName
{
color: #13C148;
}
.AnyTagClassName
{
color: #13C148;
}
</style>
background-color css
<style>
a { background-color: #13C148; }
a { background-color: rgb(19,193,72); }
div.DivClassName
{
background-color: #13C148;
}
.BgClassName
{
background-color: #13C148;
}
</style>
border-color css
<style>
span { border-color: #13C148; }
span { border-color: rgb(19,193,72); }
td.TdClassName
{
border-color: #13C148;
}
.TagClassName
{
border-color: #13C148;
}
</style>