Shades of Dark Pastel Green #13C324
Tints of Dark Pastel Green #13C324
RGB
CMYK
RGB Variations
Color information
#13C324 (or 0x13C324) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 24. RGB value is (19,195,36). Sum of RGB (Red+Green+Blue) = 19+195+36=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #13C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C324 is #EC3CDB. Grayscale: #7C7C7C. Windows color (decimal): -15482076 or 2409235. OLE color: 2409235.
HSL color Cylindrical-coordinate representation of color #13C324: hue angle of 125.8º 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 #13C324 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 36 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.24 |
| HSL | 125.8º | 0.82% | 0.42% | - |
| HSV(B) | 125.8º | 0.9% | 0.76% | - |
| XYZ | 20.1 | 39.3 | 8.19 | - |
| YUV | 124.25 | 78.19 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 36 | 0.90 | 0 | 0.82 | 0.24 | 125.8 | 0.82 | 0.42 |
| Hex | 13 | C3 | 24 | 5A | 0 | 52 | 18 | 7E | 52 | 2A |
| Octal | 23 | 303 | 44 | 132 | 0 | 122 | 30 | 176 | 122 | 52 |
| Binary | 10011 | 11000011 | 100100 | 1011010 | 0 | 1010010 | 11000 | 1111110 | 1010010 | 101010 |
Color Harmonies of #13C324
Complementary color
Monochromatic Colors of #13C324
Black with #13C324
Text Example
Text Example
White with #13C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C324; }
p { color: rgb(19,195,36); }
H1.HeaderClassName
{
color: #13C324;
}
.AnyTagClassName
{
color: #13C324;
}
</style>
background-color css
<style>
a { background-color: #13C324; }
a { background-color: rgb(19,195,36); }
div.DivClassName
{
background-color: #13C324;
}
.BgClassName
{
background-color: #13C324;
}
</style>
border-color css
<style>
span { border-color: #13C324; }
span { border-color: rgb(19,195,36); }
td.TdClassName
{
border-color: #13C324;
}
.TagClassName
{
border-color: #13C324;
}
</style>