Shades of Dark Pastel Green #13CB34
Tints of Dark Pastel Green #13CB34
RGB
CMYK
RGB Variations
Color information
#13CB34 (or 0x13CB34) is known color: Dark Pastel Green. HEX triplet: 13, CB and 34. RGB value is (19,203,52). Sum of RGB (Red+Green+Blue) = 19+203+52=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB34 is #EC34CB. Grayscale: #838383. Windows color (decimal): -15480012 or 3459859. OLE color: 3459859.
HSL color Cylindrical-coordinate representation of color #13CB34: hue angle of 130.76º 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 #13CB34 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 52 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.20 |
| HSL | 130.76º | 0.83% | 0.44% | - |
| HSV(B) | 130.76º | 0.91% | 0.8% | - |
| XYZ | 22.24 | 43.1 | 10.4 | - |
| YUV | 130.77 | 83.54 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 52 | 0.91 | 0 | 0.74 | 0.20 | 130.76 | 0.83 | 0.44 |
| Hex | 13 | CB | 34 | 5B | 0 | 4A | 14 | 83 | 53 | 2C |
| Octal | 23 | 313 | 64 | 133 | 0 | 112 | 24 | 203 | 123 | 54 |
| Binary | 10011 | 11001011 | 110100 | 1011011 | 0 | 1001010 | 10100 | 10000011 | 1010011 | 101100 |
Color Harmonies of #13CB34
Complementary color
Monochromatic Colors of #13CB34
Black with #13CB34
Text Example
Text Example
White with #13CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB34; }
p { color: rgb(19,203,52); }
H1.HeaderClassName
{
color: #13CB34;
}
.AnyTagClassName
{
color: #13CB34;
}
</style>
background-color css
<style>
a { background-color: #13CB34; }
a { background-color: rgb(19,203,52); }
div.DivClassName
{
background-color: #13CB34;
}
.BgClassName
{
background-color: #13CB34;
}
</style>
border-color css
<style>
span { border-color: #13CB34; }
span { border-color: rgb(19,203,52); }
td.TdClassName
{
border-color: #13CB34;
}
.TagClassName
{
border-color: #13CB34;
}
</style>