Shades of Dark Pastel Green #029B2A
Tints of Dark Pastel Green #029B2A
RGB
CMYK
RGB Variations
Color information
#029B2A (or 0x029B2A) is known color: Dark Pastel Green. HEX triplet: 02, 9B and 2A. RGB value is (2,155,42). Sum of RGB (Red+Green+Blue) = 2+155+42=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 155 (60.94% from 255 or 77.89% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 155 - color contains mainly: green. Hex color #029B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029B2A is #FD64D5. Grayscale: #606060. Windows color (decimal): -16606422 or 2792194. OLE color: 2792194.
HSL color Cylindrical-coordinate representation of color #029B2A: hue angle of 135.69º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B2A is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 42 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.39 |
| HSL | 135.69º | 0.97% | 0.31% | - |
| HSV(B) | 135.69º | 0.99% | 0.61% | - |
| XYZ | 12.16 | 23.62 | 6.11 | - |
| YUV | 96.37 | 97.31 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 42 | 0.99 | 0 | 0.73 | 0.39 | 135.69 | 0.97 | 0.31 |
| Hex | 2 | 9B | 2A | 63 | 0 | 49 | 27 | 88 | 61 | 1F |
| Octal | 2 | 233 | 52 | 143 | 0 | 111 | 47 | 210 | 141 | 37 |
| Binary | 10 | 10011011 | 101010 | 1100011 | 0 | 1001001 | 100111 | 10001000 | 1100001 | 11111 |
Color Harmonies of #029B2A
Complementary color
Monochromatic Colors of #029B2A
Black with #029B2A
Text Example
Text Example
White with #029B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B2A; }
p { color: rgb(2,155,42); }
H1.HeaderClassName
{
color: #029B2A;
}
.AnyTagClassName
{
color: #029B2A;
}
</style>
background-color css
<style>
a { background-color: #029B2A; }
a { background-color: rgb(2,155,42); }
div.DivClassName
{
background-color: #029B2A;
}
.BgClassName
{
background-color: #029B2A;
}
</style>
border-color css
<style>
span { border-color: #029B2A; }
span { border-color: rgb(2,155,42); }
td.TdClassName
{
border-color: #029B2A;
}
.TagClassName
{
border-color: #029B2A;
}
</style>