Shades of Dark Pastel Green #10BF2D
Tints of Dark Pastel Green #10BF2D
RGB
CMYK
RGB Variations
Color information
#10BF2D (or 0x10BF2D) is known color: Dark Pastel Green. HEX triplet: 10, BF and 2D. RGB value is (16,191,45). Sum of RGB (Red+Green+Blue) = 16+191+45=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BF2D is #EF40D2. Grayscale: #7A7A7A. Windows color (decimal): -15679699 or 2998032. OLE color: 2998032.
HSL color Cylindrical-coordinate representation of color #10BF2D: hue angle of 129.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF2D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.25 |
| HSL | 129.94º | 0.85% | 0.41% | - |
| HSV(B) | 129.94º | 0.92% | 0.75% | - |
| XYZ | 19.32 | 37.56 | 8.71 | - |
| YUV | 122.03 | 84.52 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 45 | 0.92 | 0 | 0.76 | 0.25 | 129.94 | 0.85 | 0.41 |
| Hex | 10 | BF | 2D | 5C | 0 | 4C | 19 | 82 | 55 | 29 |
| Octal | 20 | 277 | 55 | 134 | 0 | 114 | 31 | 202 | 125 | 51 |
| Binary | 10000 | 10111111 | 101101 | 1011100 | 0 | 1001100 | 11001 | 10000010 | 1010101 | 101001 |
Color Harmonies of #10BF2D
Complementary color
Monochromatic Colors of #10BF2D
Black with #10BF2D
Text Example
Text Example
White with #10BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF2D; }
p { color: rgb(16,191,45); }
H1.HeaderClassName
{
color: #10BF2D;
}
.AnyTagClassName
{
color: #10BF2D;
}
</style>
background-color css
<style>
a { background-color: #10BF2D; }
a { background-color: rgb(16,191,45); }
div.DivClassName
{
background-color: #10BF2D;
}
.BgClassName
{
background-color: #10BF2D;
}
</style>
border-color css
<style>
span { border-color: #10BF2D; }
span { border-color: rgb(16,191,45); }
td.TdClassName
{
border-color: #10BF2D;
}
.TagClassName
{
border-color: #10BF2D;
}
</style>