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