Shades of Dark Pastel Green #13C642
Tints of Dark Pastel Green #13C642
RGB
CMYK
RGB Variations
Color information
#13C642 (or 0x13C642) is known color: Dark Pastel Green. HEX triplet: 13, C6 and 42. RGB value is (19,198,66). Sum of RGB (Red+Green+Blue) = 19+198+66=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #13C642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C642 is #EC39BD. Grayscale: #818181. Windows color (decimal): -15481278 or 4376083. OLE color: 4376083.
HSL color Cylindrical-coordinate representation of color #13C642: hue angle of 135.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C642 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 66 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.22 |
| HSL | 135.75º | 0.82% | 0.43% | - |
| HSV(B) | 135.75º | 0.9% | 0.78% | - |
| XYZ | 21.45 | 40.92 | 11.92 | - |
| YUV | 129.43 | 92.2 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 66 | 0.90 | 0 | 0.67 | 0.22 | 135.75 | 0.82 | 0.43 |
| Hex | 13 | C6 | 42 | 5A | 0 | 43 | 16 | 88 | 52 | 2B |
| Octal | 23 | 306 | 102 | 132 | 0 | 103 | 26 | 210 | 122 | 53 |
| Binary | 10011 | 11000110 | 1000010 | 1011010 | 0 | 1000011 | 10110 | 10001000 | 1010010 | 101011 |
Color Harmonies of #13C642
Complementary color
Monochromatic Colors of #13C642
Black with #13C642
Text Example
Text Example
White with #13C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C642; }
p { color: rgb(19,198,66); }
H1.HeaderClassName
{
color: #13C642;
}
.AnyTagClassName
{
color: #13C642;
}
</style>
background-color css
<style>
a { background-color: #13C642; }
a { background-color: rgb(19,198,66); }
div.DivClassName
{
background-color: #13C642;
}
.BgClassName
{
background-color: #13C642;
}
</style>
border-color css
<style>
span { border-color: #13C642; }
span { border-color: rgb(19,198,66); }
td.TdClassName
{
border-color: #13C642;
}
.TagClassName
{
border-color: #13C642;
}
</style>