Shades of Dark Pastel Green #13C633
Tints of Dark Pastel Green #13C633
RGB
CMYK
RGB Variations
Color information
#13C633 (or 0x13C633) is known color: Dark Pastel Green. HEX triplet: 13, C6 and 33. RGB value is (19,198,51). Sum of RGB (Red+Green+Blue) = 19+198+51=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #13C633 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C633 is #EC39CC. Grayscale: #808080. Windows color (decimal): -15481293 or 3393043. OLE color: 3393043.
HSL color Cylindrical-coordinate representation of color #13C633: hue angle of 130.73º 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 #13C633 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 51 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.22 |
| HSL | 130.73º | 0.82% | 0.43% | - |
| HSV(B) | 130.73º | 0.9% | 0.78% | - |
| XYZ | 21.06 | 40.77 | 9.89 | - |
| YUV | 127.72 | 84.7 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 51 | 0.90 | 0 | 0.74 | 0.22 | 130.73 | 0.82 | 0.43 |
| Hex | 13 | C6 | 33 | 5A | 0 | 4A | 16 | 83 | 52 | 2B |
| Octal | 23 | 306 | 63 | 132 | 0 | 112 | 26 | 203 | 122 | 53 |
| Binary | 10011 | 11000110 | 110011 | 1011010 | 0 | 1001010 | 10110 | 10000011 | 1010010 | 101011 |
Color Harmonies of #13C633
Complementary color
Monochromatic Colors of #13C633
Black with #13C633
Text Example
Text Example
White with #13C633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C633; }
p { color: rgb(19,198,51); }
H1.HeaderClassName
{
color: #13C633;
}
.AnyTagClassName
{
color: #13C633;
}
</style>
background-color css
<style>
a { background-color: #13C633; }
a { background-color: rgb(19,198,51); }
div.DivClassName
{
background-color: #13C633;
}
.BgClassName
{
background-color: #13C633;
}
</style>
border-color css
<style>
span { border-color: #13C633; }
span { border-color: rgb(19,198,51); }
td.TdClassName
{
border-color: #13C633;
}
.TagClassName
{
border-color: #13C633;
}
</style>