Shades of Dark Pastel Green #02A133
Tints of Dark Pastel Green #02A133
RGB
CMYK
RGB Variations
Color information
#02A133 (or 0x02A133) is known color: Dark Pastel Green. HEX triplet: 02, A1 and 33. RGB value is (2,161,51). Sum of RGB (Red+Green+Blue) = 2+161+51=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #02A133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A133 is #FD5ECC. Grayscale: #656565. Windows color (decimal): -16604877 or 3383554. OLE color: 3383554.
HSL color Cylindrical-coordinate representation of color #02A133: hue angle of 138.49º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A133 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 51 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.37 |
| HSL | 138.49º | 0.98% | 0.32% | - |
| HSV(B) | 138.49º | 0.99% | 0.63% | - |
| XYZ | 13.37 | 25.74 | 7.4 | - |
| YUV | 100.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 51 | 0.99 | 0 | 0.68 | 0.37 | 138.49 | 0.98 | 0.32 |
| Hex | 2 | A1 | 33 | 63 | 0 | 44 | 25 | 8A | 62 | 20 |
| Octal | 2 | 241 | 63 | 143 | 0 | 104 | 45 | 212 | 142 | 40 |
| Binary | 10 | 10100001 | 110011 | 1100011 | 0 | 1000100 | 100101 | 10001010 | 1100010 | 100000 |
Color Harmonies of #02A133
Complementary color
Monochromatic Colors of #02A133
Black with #02A133
Text Example
Text Example
White with #02A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A133; }
p { color: rgb(2,161,51); }
H1.HeaderClassName
{
color: #02A133;
}
.AnyTagClassName
{
color: #02A133;
}
</style>
background-color css
<style>
a { background-color: #02A133; }
a { background-color: rgb(2,161,51); }
div.DivClassName
{
background-color: #02A133;
}
.BgClassName
{
background-color: #02A133;
}
</style>
border-color css
<style>
span { border-color: #02A133; }
span { border-color: rgb(2,161,51); }
td.TdClassName
{
border-color: #02A133;
}
.TagClassName
{
border-color: #02A133;
}
</style>