Shades of Dark Pastel Green #13B23F
Tints of Dark Pastel Green #13B23F
RGB
CMYK
RGB Variations
Color information
#13B23F (or 0x13B23F) is known color: Dark Pastel Green. HEX triplet: 13, B2 and 3F. RGB value is (19,178,63). Sum of RGB (Red+Green+Blue) = 19+178+63=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #13B23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B23F is #EC4DC0. Grayscale: #757575. Windows color (decimal): -15486401 or 4174355. OLE color: 4174355.
HSL color Cylindrical-coordinate representation of color #13B23F: hue angle of 136.6º 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 #13B23F is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 63 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.30 |
| HSL | 136.6º | 0.81% | 0.39% | - |
| HSV(B) | 136.6º | 0.89% | 0.7% | - |
| XYZ | 17.09 | 32.34 | 10.04 | - |
| YUV | 117.35 | 97.32 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 63 | 0.89 | 0 | 0.65 | 0.30 | 136.6 | 0.81 | 0.39 |
| Hex | 13 | B2 | 3F | 59 | 0 | 41 | 1E | 89 | 51 | 27 |
| Octal | 23 | 262 | 77 | 131 | 0 | 101 | 36 | 211 | 121 | 47 |
| Binary | 10011 | 10110010 | 111111 | 1011001 | 0 | 1000001 | 11110 | 10001001 | 1010001 | 100111 |
Color Harmonies of #13B23F
Complementary color
Monochromatic Colors of #13B23F
Black with #13B23F
Text Example
Text Example
White with #13B23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B23F; }
p { color: rgb(19,178,63); }
H1.HeaderClassName
{
color: #13B23F;
}
.AnyTagClassName
{
color: #13B23F;
}
</style>
background-color css
<style>
a { background-color: #13B23F; }
a { background-color: rgb(19,178,63); }
div.DivClassName
{
background-color: #13B23F;
}
.BgClassName
{
background-color: #13B23F;
}
</style>
border-color css
<style>
span { border-color: #13B23F; }
span { border-color: rgb(19,178,63); }
td.TdClassName
{
border-color: #13B23F;
}
.TagClassName
{
border-color: #13B23F;
}
</style>