Shades of Dark Pastel Green #10BF2C
Tints of Dark Pastel Green #10BF2C
RGB
CMYK
RGB Variations
Color information
#10BF2C (or 0x10BF2C) is known color: Dark Pastel Green. HEX triplet: 10, BF and 2C. RGB value is (16,191,44). Sum of RGB (Red+Green+Blue) = 16+191+44=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BF2C is #EF40D3. Grayscale: #7A7A7A. Windows color (decimal): -15679700 or 2932496. OLE color: 2932496.
HSL color Cylindrical-coordinate representation of color #10BF2C: hue angle of 129.6º 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 #10BF2C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.25 |
| HSL | 129.6º | 0.85% | 0.41% | - |
| HSV(B) | 129.6º | 0.92% | 0.75% | - |
| XYZ | 19.3 | 37.55 | 8.61 | - |
| YUV | 121.92 | 84.02 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 44 | 0.92 | 0 | 0.77 | 0.25 | 129.6 | 0.85 | 0.41 |
| Hex | 10 | BF | 2C | 5C | 0 | 4D | 19 | 82 | 55 | 29 |
| Octal | 20 | 277 | 54 | 134 | 0 | 115 | 31 | 202 | 125 | 51 |
| Binary | 10000 | 10111111 | 101100 | 1011100 | 0 | 1001101 | 11001 | 10000010 | 1010101 | 101001 |
Color Harmonies of #10BF2C
Complementary color
Monochromatic Colors of #10BF2C
Black with #10BF2C
Text Example
Text Example
White with #10BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF2C; }
p { color: rgb(16,191,44); }
H1.HeaderClassName
{
color: #10BF2C;
}
.AnyTagClassName
{
color: #10BF2C;
}
</style>
background-color css
<style>
a { background-color: #10BF2C; }
a { background-color: rgb(16,191,44); }
div.DivClassName
{
background-color: #10BF2C;
}
.BgClassName
{
background-color: #10BF2C;
}
</style>
border-color css
<style>
span { border-color: #10BF2C; }
span { border-color: rgb(16,191,44); }
td.TdClassName
{
border-color: #10BF2C;
}
.TagClassName
{
border-color: #10BF2C;
}
</style>