Shades of Dark Pastel Green #13C03B
Tints of Dark Pastel Green #13C03B
RGB
CMYK
RGB Variations
Color information
#13C03B (or 0x13C03B) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 3B. RGB value is (19,192,59). Sum of RGB (Red+Green+Blue) = 19+192+59=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #13C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C03B is #EC3FC4. Grayscale: #7D7D7D. Windows color (decimal): -15482821 or 3915795. OLE color: 3915795.
HSL color Cylindrical-coordinate representation of color #13C03B: hue angle of 133.87º 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 #13C03B is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 59 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.25 |
| HSL | 133.87º | 0.82% | 0.41% | - |
| HSV(B) | 133.87º | 0.9% | 0.75% | - |
| XYZ | 19.91 | 38.15 | 10.45 | - |
| YUV | 125.11 | 90.69 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 59 | 0.90 | 0 | 0.69 | 0.25 | 133.87 | 0.82 | 0.41 |
| Hex | 13 | C0 | 3B | 5A | 0 | 45 | 19 | 86 | 52 | 29 |
| Octal | 23 | 300 | 73 | 132 | 0 | 105 | 31 | 206 | 122 | 51 |
| Binary | 10011 | 11000000 | 111011 | 1011010 | 0 | 1000101 | 11001 | 10000110 | 1010010 | 101001 |
Color Harmonies of #13C03B
Complementary color
Monochromatic Colors of #13C03B
Black with #13C03B
Text Example
Text Example
White with #13C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C03B; }
p { color: rgb(19,192,59); }
H1.HeaderClassName
{
color: #13C03B;
}
.AnyTagClassName
{
color: #13C03B;
}
</style>
background-color css
<style>
a { background-color: #13C03B; }
a { background-color: rgb(19,192,59); }
div.DivClassName
{
background-color: #13C03B;
}
.BgClassName
{
background-color: #13C03B;
}
</style>
border-color css
<style>
span { border-color: #13C03B; }
span { border-color: rgb(19,192,59); }
td.TdClassName
{
border-color: #13C03B;
}
.TagClassName
{
border-color: #13C03B;
}
</style>