Shades of Dark Pastel Green #10BE2D
Tints of Dark Pastel Green #10BE2D
RGB
CMYK
RGB Variations
Color information
#10BE2D (or 0x10BE2D) is known color: Dark Pastel Green. HEX triplet: 10, BE and 2D. RGB value is (16,190,45). Sum of RGB (Red+Green+Blue) = 16+190+45=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BE2D is #EF41D2. Grayscale: #797979. Windows color (decimal): -15679955 or 2997776. OLE color: 2997776.
HSL color Cylindrical-coordinate representation of color #10BE2D: hue angle of 130º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.25 |
| HSL | 130º | 0.84% | 0.4% | - |
| HSV(B) | 130º | 0.92% | 0.75% | - |
| XYZ | 19.1 | 37.13 | 8.64 | - |
| YUV | 121.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 45 | 0.92 | 0 | 0.76 | 0.25 | 130 | 0.84 | 0.4 |
| Hex | 10 | BE | 2D | 5C | 0 | 4C | 19 | 82 | 54 | 28 |
| Octal | 20 | 276 | 55 | 134 | 0 | 114 | 31 | 202 | 124 | 50 |
| Binary | 10000 | 10111110 | 101101 | 1011100 | 0 | 1001100 | 11001 | 10000010 | 1010100 | 101000 |
Color Harmonies of #10BE2D
Complementary color
Monochromatic Colors of #10BE2D
Black with #10BE2D
Text Example
Text Example
White with #10BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE2D; }
p { color: rgb(16,190,45); }
H1.HeaderClassName
{
color: #10BE2D;
}
.AnyTagClassName
{
color: #10BE2D;
}
</style>
background-color css
<style>
a { background-color: #10BE2D; }
a { background-color: rgb(16,190,45); }
div.DivClassName
{
background-color: #10BE2D;
}
.BgClassName
{
background-color: #10BE2D;
}
</style>
border-color css
<style>
span { border-color: #10BE2D; }
span { border-color: rgb(16,190,45); }
td.TdClassName
{
border-color: #10BE2D;
}
.TagClassName
{
border-color: #10BE2D;
}
</style>