Shades of Dark Pastel Green #13C12C
Tints of Dark Pastel Green #13C12C
RGB
CMYK
RGB Variations
Color information
#13C12C (or 0x13C12C) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 2C. RGB value is (19,193,44). Sum of RGB (Red+Green+Blue) = 19+193+44=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #13C12C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C12C is #EC3ED3. Grayscale: #7C7C7C. Windows color (decimal): -15482580 or 2933011. OLE color: 2933011.
HSL color Cylindrical-coordinate representation of color #13C12C: hue angle of 128.62º 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 #13C12C is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 44 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.24 |
| HSL | 128.62º | 0.82% | 0.42% | - |
| HSV(B) | 128.62º | 0.9% | 0.76% | - |
| XYZ | 19.79 | 38.46 | 8.76 | - |
| YUV | 123.99 | 82.85 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 44 | 0.90 | 0 | 0.77 | 0.24 | 128.62 | 0.82 | 0.42 |
| Hex | 13 | C1 | 2C | 5A | 0 | 4D | 18 | 81 | 52 | 2A |
| Octal | 23 | 301 | 54 | 132 | 0 | 115 | 30 | 201 | 122 | 52 |
| Binary | 10011 | 11000001 | 101100 | 1011010 | 0 | 1001101 | 11000 | 10000001 | 1010010 | 101010 |
Color Harmonies of #13C12C
Complementary color
Monochromatic Colors of #13C12C
Black with #13C12C
Text Example
Text Example
White with #13C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C12C; }
p { color: rgb(19,193,44); }
H1.HeaderClassName
{
color: #13C12C;
}
.AnyTagClassName
{
color: #13C12C;
}
</style>
background-color css
<style>
a { background-color: #13C12C; }
a { background-color: rgb(19,193,44); }
div.DivClassName
{
background-color: #13C12C;
}
.BgClassName
{
background-color: #13C12C;
}
</style>
border-color css
<style>
span { border-color: #13C12C; }
span { border-color: rgb(19,193,44); }
td.TdClassName
{
border-color: #13C12C;
}
.TagClassName
{
border-color: #13C12C;
}
</style>