Shades of Dark Pastel Green #13B234
Tints of Dark Pastel Green #13B234
RGB
CMYK
RGB Variations
Color information
#13B234 (or 0x13B234) is known color: Dark Pastel Green. HEX triplet: 13, B2 and 34. RGB value is (19,178,52). Sum of RGB (Red+Green+Blue) = 19+178+52=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 178 (69.92% from 255 or 71.49% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 178 - color contains mainly: green. Hex color #13B234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B234 is #EC4DCB. Grayscale: #747474. Windows color (decimal): -15486412 or 3453459. OLE color: 3453459.
HSL color Cylindrical-coordinate representation of color #13B234: hue angle of 132.45º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B234 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 52 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.30 |
| HSL | 132.45º | 0.81% | 0.39% | - |
| HSV(B) | 132.45º | 0.89% | 0.7% | - |
| XYZ | 16.81 | 32.23 | 8.58 | - |
| YUV | 116.1 | 91.82 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 52 | 0.89 | 0 | 0.71 | 0.30 | 132.45 | 0.81 | 0.39 |
| Hex | 13 | B2 | 34 | 59 | 0 | 47 | 1E | 84 | 51 | 27 |
| Octal | 23 | 262 | 64 | 131 | 0 | 107 | 36 | 204 | 121 | 47 |
| Binary | 10011 | 10110010 | 110100 | 1011001 | 0 | 1000111 | 11110 | 10000100 | 1010001 | 100111 |
Color Harmonies of #13B234
Complementary color
Monochromatic Colors of #13B234
Black with #13B234
Text Example
Text Example
White with #13B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B234; }
p { color: rgb(19,178,52); }
H1.HeaderClassName
{
color: #13B234;
}
.AnyTagClassName
{
color: #13B234;
}
</style>
background-color css
<style>
a { background-color: #13B234; }
a { background-color: rgb(19,178,52); }
div.DivClassName
{
background-color: #13B234;
}
.BgClassName
{
background-color: #13B234;
}
</style>
border-color css
<style>
span { border-color: #13B234; }
span { border-color: rgb(19,178,52); }
td.TdClassName
{
border-color: #13B234;
}
.TagClassName
{
border-color: #13B234;
}
</style>