Shades of Dark Pastel Green #13CB28
Tints of Dark Pastel Green #13CB28
RGB
CMYK
RGB Variations
Color information
#13CB28 (or 0x13CB28) is known color: Dark Pastel Green. HEX triplet: 13, CB and 28. RGB value is (19,203,40). Sum of RGB (Red+Green+Blue) = 19+203+40=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 203 (79.69% from 255 or 77.48% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB28 is #EC34D7. Grayscale: #818181. Windows color (decimal): -15480024 or 2673427. OLE color: 2673427.
HSL color Cylindrical-coordinate representation of color #13CB28: hue angle of 126.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB28 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 40 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.20 |
| HSL | 126.85º | 0.83% | 0.44% | - |
| HSV(B) | 126.85º | 0.91% | 0.8% | - |
| XYZ | 22.01 | 43 | 9.15 | - |
| YUV | 129.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 40 | 0.91 | 0 | 0.80 | 0.20 | 126.85 | 0.83 | 0.44 |
| Hex | 13 | CB | 28 | 5B | 0 | 50 | 14 | 7F | 53 | 2C |
| Octal | 23 | 313 | 50 | 133 | 0 | 120 | 24 | 177 | 123 | 54 |
| Binary | 10011 | 11001011 | 101000 | 1011011 | 0 | 1010000 | 10100 | 1111111 | 1010011 | 101100 |
Color Harmonies of #13CB28
Complementary color
Monochromatic Colors of #13CB28
Black with #13CB28
Text Example
Text Example
White with #13CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB28; }
p { color: rgb(19,203,40); }
H1.HeaderClassName
{
color: #13CB28;
}
.AnyTagClassName
{
color: #13CB28;
}
</style>
background-color css
<style>
a { background-color: #13CB28; }
a { background-color: rgb(19,203,40); }
div.DivClassName
{
background-color: #13CB28;
}
.BgClassName
{
background-color: #13CB28;
}
</style>
border-color css
<style>
span { border-color: #13CB28; }
span { border-color: rgb(19,203,40); }
td.TdClassName
{
border-color: #13CB28;
}
.TagClassName
{
border-color: #13CB28;
}
</style>