Shades of Dark Pastel Green #13CF32
Tints of Dark Pastel Green #13CF32
RGB
CMYK
RGB Variations
Color information
#13CF32 (or 0x13CF32) is known color: Dark Pastel Green. HEX triplet: 13, CF and 32. RGB value is (19,207,50). Sum of RGB (Red+Green+Blue) = 19+207+50=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF32 is #EC30CD. Grayscale: #858585. Windows color (decimal): -15478990 or 3329811. OLE color: 3329811.
HSL color Cylindrical-coordinate representation of color #13CF32: hue angle of 129.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF32 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 50 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.19 |
| HSL | 129.89º | 0.83% | 0.44% | - |
| HSV(B) | 129.89º | 0.91% | 0.81% | - |
| XYZ | 23.16 | 44.99 | 10.48 | - |
| YUV | 132.89 | 81.22 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 50 | 0.91 | 0 | 0.76 | 0.19 | 129.89 | 0.83 | 0.44 |
| Hex | 13 | CF | 32 | 5B | 0 | 4C | 13 | 82 | 53 | 2C |
| Octal | 23 | 317 | 62 | 133 | 0 | 114 | 23 | 202 | 123 | 54 |
| Binary | 10011 | 11001111 | 110010 | 1011011 | 0 | 1001100 | 10011 | 10000010 | 1010011 | 101100 |
Color Harmonies of #13CF32
Complementary color
Monochromatic Colors of #13CF32
Black with #13CF32
Text Example
Text Example
White with #13CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF32; }
p { color: rgb(19,207,50); }
H1.HeaderClassName
{
color: #13CF32;
}
.AnyTagClassName
{
color: #13CF32;
}
</style>
background-color css
<style>
a { background-color: #13CF32; }
a { background-color: rgb(19,207,50); }
div.DivClassName
{
background-color: #13CF32;
}
.BgClassName
{
background-color: #13CF32;
}
</style>
border-color css
<style>
span { border-color: #13CF32; }
span { border-color: rgb(19,207,50); }
td.TdClassName
{
border-color: #13CF32;
}
.TagClassName
{
border-color: #13CF32;
}
</style>