Shades of Dark Pastel Green #13C33D
Tints of Dark Pastel Green #13C33D
RGB
CMYK
RGB Variations
Color information
#13C33D (or 0x13C33D) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 3D. RGB value is (19,195,61). Sum of RGB (Red+Green+Blue) = 19+195+61=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #13C33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C33D is #EC3CC2. Grayscale: #7F7F7F. Windows color (decimal): -15482051 or 4047635. OLE color: 4047635.
HSL color Cylindrical-coordinate representation of color #13C33D: hue angle of 134.32º 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 #13C33D is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 61 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.24 |
| HSL | 134.32º | 0.82% | 0.42% | - |
| HSV(B) | 134.32º | 0.9% | 0.76% | - |
| XYZ | 20.63 | 39.51 | 10.95 | - |
| YUV | 127.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 61 | 0.90 | 0 | 0.69 | 0.24 | 134.32 | 0.82 | 0.42 |
| Hex | 13 | C3 | 3D | 5A | 0 | 45 | 18 | 86 | 52 | 2A |
| Octal | 23 | 303 | 75 | 132 | 0 | 105 | 30 | 206 | 122 | 52 |
| Binary | 10011 | 11000011 | 111101 | 1011010 | 0 | 1000101 | 11000 | 10000110 | 1010010 | 101010 |
Color Harmonies of #13C33D
Complementary color
Monochromatic Colors of #13C33D
Black with #13C33D
Text Example
Text Example
White with #13C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C33D; }
p { color: rgb(19,195,61); }
H1.HeaderClassName
{
color: #13C33D;
}
.AnyTagClassName
{
color: #13C33D;
}
</style>
background-color css
<style>
a { background-color: #13C33D; }
a { background-color: rgb(19,195,61); }
div.DivClassName
{
background-color: #13C33D;
}
.BgClassName
{
background-color: #13C33D;
}
</style>
border-color css
<style>
span { border-color: #13C33D; }
span { border-color: rgb(19,195,61); }
td.TdClassName
{
border-color: #13C33D;
}
.TagClassName
{
border-color: #13C33D;
}
</style>