Shades of Dark Pastel Green #13C03F
Tints of Dark Pastel Green #13C03F
RGB
CMYK
RGB Variations
Color information
#13C03F (or 0x13C03F) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 3F. RGB value is (19,192,63). Sum of RGB (Red+Green+Blue) = 19+192+63=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #13C03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C03F is #EC3FC0. Grayscale: #7D7D7D. Windows color (decimal): -15482817 or 4177939. OLE color: 4177939.
HSL color Cylindrical-coordinate representation of color #13C03F: hue angle of 135.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C03F is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 63 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.25 |
| HSL | 135.26º | 0.82% | 0.41% | - |
| HSV(B) | 135.26º | 0.9% | 0.75% | - |
| XYZ | 20.02 | 38.2 | 11.02 | - |
| YUV | 125.57 | 92.69 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 63 | 0.90 | 0 | 0.67 | 0.25 | 135.26 | 0.82 | 0.41 |
| Hex | 13 | C0 | 3F | 5A | 0 | 43 | 19 | 87 | 52 | 29 |
| Octal | 23 | 300 | 77 | 132 | 0 | 103 | 31 | 207 | 122 | 51 |
| Binary | 10011 | 11000000 | 111111 | 1011010 | 0 | 1000011 | 11001 | 10000111 | 1010010 | 101001 |
Color Harmonies of #13C03F
Complementary color
Monochromatic Colors of #13C03F
Black with #13C03F
Text Example
Text Example
White with #13C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C03F; }
p { color: rgb(19,192,63); }
H1.HeaderClassName
{
color: #13C03F;
}
.AnyTagClassName
{
color: #13C03F;
}
</style>
background-color css
<style>
a { background-color: #13C03F; }
a { background-color: rgb(19,192,63); }
div.DivClassName
{
background-color: #13C03F;
}
.BgClassName
{
background-color: #13C03F;
}
</style>
border-color css
<style>
span { border-color: #13C03F; }
span { border-color: rgb(19,192,63); }
td.TdClassName
{
border-color: #13C03F;
}
.TagClassName
{
border-color: #13C03F;
}
</style>