Shades of Dark Pastel Green #02AE2D
Tints of Dark Pastel Green #02AE2D
RGB
CMYK
RGB Variations
Color information
#02AE2D (or 0x02AE2D) is known color: Dark Pastel Green. HEX triplet: 02, AE and 2D. RGB value is (2,174,45). Sum of RGB (Red+Green+Blue) = 2+174+45=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 174 (68.36% from 255 or 78.73% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE2D is #FD51D2. Grayscale: #6C6C6C. Windows color (decimal): -16601555 or 2993666. OLE color: 2993666.
HSL color Cylindrical-coordinate representation of color #02AE2D: hue angle of 135º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AE2D is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 174 | 45 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.32 |
| HSL | 135º | 0.98% | 0.35% | - |
| HSV(B) | 135º | 0.99% | 0.68% | - |
| XYZ | 15.63 | 30.47 | 7.54 | - |
| YUV | 107.87 | 92.52 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 45 | 0.99 | 0 | 0.74 | 0.32 | 135 | 0.98 | 0.35 |
| Hex | 2 | AE | 2D | 63 | 0 | 4A | 20 | 87 | 62 | 23 |
| Octal | 2 | 256 | 55 | 143 | 0 | 112 | 40 | 207 | 142 | 43 |
| Binary | 10 | 10101110 | 101101 | 1100011 | 0 | 1001010 | 100000 | 10000111 | 1100010 | 100011 |
Color Harmonies of #02AE2D
Complementary color
Monochromatic Colors of #02AE2D
Black with #02AE2D
Text Example
Text Example
White with #02AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AE2D; }
p { color: rgb(2,174,45); }
H1.HeaderClassName
{
color: #02AE2D;
}
.AnyTagClassName
{
color: #02AE2D;
}
</style>
background-color css
<style>
a { background-color: #02AE2D; }
a { background-color: rgb(2,174,45); }
div.DivClassName
{
background-color: #02AE2D;
}
.BgClassName
{
background-color: #02AE2D;
}
</style>
border-color css
<style>
span { border-color: #02AE2D; }
span { border-color: rgb(2,174,45); }
td.TdClassName
{
border-color: #02AE2D;
}
.TagClassName
{
border-color: #02AE2D;
}
</style>