Shades of Dark Pastel Green #13BE2D
Tints of Dark Pastel Green #13BE2D
RGB
CMYK
RGB Variations
Color information
#13BE2D (or 0x13BE2D) is known color: Dark Pastel Green. HEX triplet: 13, BE and 2D. RGB value is (19,190,45). Sum of RGB (Red+Green+Blue) = 19+190+45=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE2D is #EC41D2. Grayscale: #7A7A7A. Windows color (decimal): -15483347 or 2997779. OLE color: 2997779.
HSL color Cylindrical-coordinate representation of color #13BE2D: hue angle of 129.12º 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 #13BE2D is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 45 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.25 |
| HSL | 129.12º | 0.82% | 0.41% | - |
| HSV(B) | 129.12º | 0.9% | 0.75% | - |
| XYZ | 19.16 | 37.15 | 8.64 | - |
| YUV | 122.34 | 84.35 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 45 | 0.90 | 0 | 0.76 | 0.25 | 129.12 | 0.82 | 0.41 |
| Hex | 13 | BE | 2D | 5A | 0 | 4C | 19 | 81 | 52 | 29 |
| Octal | 23 | 276 | 55 | 132 | 0 | 114 | 31 | 201 | 122 | 51 |
| Binary | 10011 | 10111110 | 101101 | 1011010 | 0 | 1001100 | 11001 | 10000001 | 1010010 | 101001 |
Color Harmonies of #13BE2D
Complementary color
Monochromatic Colors of #13BE2D
Black with #13BE2D
Text Example
Text Example
White with #13BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BE2D; }
p { color: rgb(19,190,45); }
H1.HeaderClassName
{
color: #13BE2D;
}
.AnyTagClassName
{
color: #13BE2D;
}
</style>
background-color css
<style>
a { background-color: #13BE2D; }
a { background-color: rgb(19,190,45); }
div.DivClassName
{
background-color: #13BE2D;
}
.BgClassName
{
background-color: #13BE2D;
}
</style>
border-color css
<style>
span { border-color: #13BE2D; }
span { border-color: rgb(19,190,45); }
td.TdClassName
{
border-color: #13BE2D;
}
.TagClassName
{
border-color: #13BE2D;
}
</style>