Shades of Dark Pastel Green #13BE31
Tints of Dark Pastel Green #13BE31
RGB
CMYK
RGB Variations
Color information
#13BE31 (or 0x13BE31) is known color: Dark Pastel Green. HEX triplet: 13, BE and 31. RGB value is (19,190,49). Sum of RGB (Red+Green+Blue) = 19+190+49=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 190 (74.61% from 255 or 73.64% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE31 is #EC41CE. Grayscale: #7B7B7B. Windows color (decimal): -15483343 or 3259923. OLE color: 3259923.
HSL color Cylindrical-coordinate representation of color #13BE31: hue angle of 130.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE31 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 49 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.25 |
| HSL | 130.53º | 0.82% | 0.41% | - |
| HSV(B) | 130.53º | 0.9% | 0.75% | - |
| XYZ | 19.24 | 37.19 | 9.07 | - |
| YUV | 122.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 49 | 0.90 | 0 | 0.74 | 0.25 | 130.53 | 0.82 | 0.41 |
| Hex | 13 | BE | 31 | 5A | 0 | 4A | 19 | 83 | 52 | 29 |
| Octal | 23 | 276 | 61 | 132 | 0 | 112 | 31 | 203 | 122 | 51 |
| Binary | 10011 | 10111110 | 110001 | 1011010 | 0 | 1001010 | 11001 | 10000011 | 1010010 | 101001 |
Color Harmonies of #13BE31
Complementary color
Monochromatic Colors of #13BE31
Black with #13BE31
Text Example
Text Example
White with #13BE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BE31; }
p { color: rgb(19,190,49); }
H1.HeaderClassName
{
color: #13BE31;
}
.AnyTagClassName
{
color: #13BE31;
}
</style>
background-color css
<style>
a { background-color: #13BE31; }
a { background-color: rgb(19,190,49); }
div.DivClassName
{
background-color: #13BE31;
}
.BgClassName
{
background-color: #13BE31;
}
</style>
border-color css
<style>
span { border-color: #13BE31; }
span { border-color: rgb(19,190,49); }
td.TdClassName
{
border-color: #13BE31;
}
.TagClassName
{
border-color: #13BE31;
}
</style>