Shades of Dark Pastel Green #13CB2D
Tints of Dark Pastel Green #13CB2D
RGB
CMYK
RGB Variations
Color information
#13CB2D (or 0x13CB2D) is known color: Dark Pastel Green. HEX triplet: 13, CB and 2D. RGB value is (19,203,45). Sum of RGB (Red+Green+Blue) = 19+203+45=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 203 (79.69% from 255 or 76.03% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB2D is #EC34D2. Grayscale: #828282. Windows color (decimal): -15480019 or 3001107. OLE color: 3001107.
HSL color Cylindrical-coordinate representation of color #13CB2D: hue angle of 128.48º 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 #13CB2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 45 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.20 |
| HSL | 128.48º | 0.83% | 0.44% | - |
| HSV(B) | 128.48º | 0.91% | 0.8% | - |
| XYZ | 22.1 | 43.04 | 9.63 | - |
| YUV | 129.97 | 80.04 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 45 | 0.91 | 0 | 0.78 | 0.20 | 128.48 | 0.83 | 0.44 |
| Hex | 13 | CB | 2D | 5B | 0 | 4E | 14 | 80 | 53 | 2C |
| Octal | 23 | 313 | 55 | 133 | 0 | 116 | 24 | 200 | 123 | 54 |
| Binary | 10011 | 11001011 | 101101 | 1011011 | 0 | 1001110 | 10100 | 10000000 | 1010011 | 101100 |
Color Harmonies of #13CB2D
Complementary color
Monochromatic Colors of #13CB2D
Black with #13CB2D
Text Example
Text Example
White with #13CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB2D; }
p { color: rgb(19,203,45); }
H1.HeaderClassName
{
color: #13CB2D;
}
.AnyTagClassName
{
color: #13CB2D;
}
</style>
background-color css
<style>
a { background-color: #13CB2D; }
a { background-color: rgb(19,203,45); }
div.DivClassName
{
background-color: #13CB2D;
}
.BgClassName
{
background-color: #13CB2D;
}
</style>
border-color css
<style>
span { border-color: #13CB2D; }
span { border-color: rgb(19,203,45); }
td.TdClassName
{
border-color: #13CB2D;
}
.TagClassName
{
border-color: #13CB2D;
}
</style>