Shades of Dark Pastel Green #13C338
Tints of Dark Pastel Green #13C338
RGB
CMYK
RGB Variations
Color information
#13C338 (or 0x13C338) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 38. RGB value is (19,195,56). Sum of RGB (Red+Green+Blue) = 19+195+56=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #13C338 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C338 is #EC3CC7. Grayscale: #7E7E7E. Windows color (decimal): -15482056 or 3719955. OLE color: 3719955.
HSL color Cylindrical-coordinate representation of color #13C338: hue angle of 132.61º 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 #13C338 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 56 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.24 |
| HSL | 132.61º | 0.82% | 0.42% | - |
| HSV(B) | 132.61º | 0.9% | 0.76% | - |
| XYZ | 20.5 | 39.45 | 10.28 | - |
| YUV | 126.53 | 88.19 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 56 | 0.90 | 0 | 0.71 | 0.24 | 132.61 | 0.82 | 0.42 |
| Hex | 13 | C3 | 38 | 5A | 0 | 47 | 18 | 85 | 52 | 2A |
| Octal | 23 | 303 | 70 | 132 | 0 | 107 | 30 | 205 | 122 | 52 |
| Binary | 10011 | 11000011 | 111000 | 1011010 | 0 | 1000111 | 11000 | 10000101 | 1010010 | 101010 |
Color Harmonies of #13C338
Complementary color
Monochromatic Colors of #13C338
Black with #13C338
Text Example
Text Example
White with #13C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C338; }
p { color: rgb(19,195,56); }
H1.HeaderClassName
{
color: #13C338;
}
.AnyTagClassName
{
color: #13C338;
}
</style>
background-color css
<style>
a { background-color: #13C338; }
a { background-color: rgb(19,195,56); }
div.DivClassName
{
background-color: #13C338;
}
.BgClassName
{
background-color: #13C338;
}
</style>
border-color css
<style>
span { border-color: #13C338; }
span { border-color: rgb(19,195,56); }
td.TdClassName
{
border-color: #13C338;
}
.TagClassName
{
border-color: #13C338;
}
</style>