Shades of Dark Pastel Green #13BE3E
Tints of Dark Pastel Green #13BE3E
RGB
CMYK
RGB Variations
Color information
#13BE3E (or 0x13BE3E) is known color: Dark Pastel Green. HEX triplet: 13, BE and 3E. RGB value is (19,190,62). Sum of RGB (Red+Green+Blue) = 19+190+62=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE3E is #EC41C1. Grayscale: #7C7C7C. Windows color (decimal): -15483330 or 4111891. OLE color: 4111891.
HSL color Cylindrical-coordinate representation of color #13BE3E: hue angle of 135.09º 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 #13BE3E is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 62 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.25 |
| HSL | 135.09º | 0.82% | 0.41% | - |
| HSV(B) | 135.09º | 0.9% | 0.75% | - |
| XYZ | 19.55 | 37.31 | 10.73 | - |
| YUV | 124.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 62 | 0.90 | 0 | 0.67 | 0.25 | 135.09 | 0.82 | 0.41 |
| Hex | 13 | BE | 3E | 5A | 0 | 43 | 19 | 87 | 52 | 29 |
| Octal | 23 | 276 | 76 | 132 | 0 | 103 | 31 | 207 | 122 | 51 |
| Binary | 10011 | 10111110 | 111110 | 1011010 | 0 | 1000011 | 11001 | 10000111 | 1010010 | 101001 |
Color Harmonies of #13BE3E
Complementary color
Monochromatic Colors of #13BE3E
Black with #13BE3E
Text Example
Text Example
White with #13BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BE3E; }
p { color: rgb(19,190,62); }
H1.HeaderClassName
{
color: #13BE3E;
}
.AnyTagClassName
{
color: #13BE3E;
}
</style>
background-color css
<style>
a { background-color: #13BE3E; }
a { background-color: rgb(19,190,62); }
div.DivClassName
{
background-color: #13BE3E;
}
.BgClassName
{
background-color: #13BE3E;
}
</style>
border-color css
<style>
span { border-color: #13BE3E; }
span { border-color: rgb(19,190,62); }
td.TdClassName
{
border-color: #13BE3E;
}
.TagClassName
{
border-color: #13BE3E;
}
</style>