Shades of Dark Pastel Green #029F26
Tints of Dark Pastel Green #029F26
RGB
CMYK
RGB Variations
Color information
#029F26 (or 0x029F26) is known color: Dark Pastel Green. HEX triplet: 02, 9F and 26. RGB value is (2,159,38). Sum of RGB (Red+Green+Blue) = 2+159+38=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 159 (62.5% from 255 or 79.90% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 159 - color contains mainly: green. Hex color #029F26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F26 is #FD60D9. Grayscale: #626262. Windows color (decimal): -16605402 or 2531074. OLE color: 2531074.
HSL color Cylindrical-coordinate representation of color #029F26: hue angle of 133.76º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F26 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 38 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.38 |
| HSL | 133.76º | 0.98% | 0.32% | - |
| HSV(B) | 133.76º | 0.99% | 0.62% | - |
| XYZ | 12.77 | 24.95 | 5.98 | - |
| YUV | 98.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 38 | 0.99 | 0 | 0.76 | 0.38 | 133.76 | 0.98 | 0.32 |
| Hex | 2 | 9F | 26 | 63 | 0 | 4C | 26 | 86 | 62 | 20 |
| Octal | 2 | 237 | 46 | 143 | 0 | 114 | 46 | 206 | 142 | 40 |
| Binary | 10 | 10011111 | 100110 | 1100011 | 0 | 1001100 | 100110 | 10000110 | 1100010 | 100000 |
Color Harmonies of #029F26
Complementary color
Monochromatic Colors of #029F26
Black with #029F26
Text Example
Text Example
White with #029F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F26; }
p { color: rgb(2,159,38); }
H1.HeaderClassName
{
color: #029F26;
}
.AnyTagClassName
{
color: #029F26;
}
</style>
background-color css
<style>
a { background-color: #029F26; }
a { background-color: rgb(2,159,38); }
div.DivClassName
{
background-color: #029F26;
}
.BgClassName
{
background-color: #029F26;
}
</style>
border-color css
<style>
span { border-color: #029F26; }
span { border-color: rgb(2,159,38); }
td.TdClassName
{
border-color: #029F26;
}
.TagClassName
{
border-color: #029F26;
}
</style>