Shades of Dark Pastel Green #02AD3D
Tints of Dark Pastel Green #02AD3D
RGB
CMYK
RGB Variations
Color information
#02AD3D (or 0x02AD3D) is known color: Dark Pastel Green. HEX triplet: 02, AD and 3D. RGB value is (2,173,61). Sum of RGB (Red+Green+Blue) = 2+173+61=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 173 (67.97% from 255 or 73.31% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD3D is #FD52C2. Grayscale: #6D6D6D. Windows color (decimal): -16601795 or 4041986. OLE color: 4041986.
HSL color Cylindrical-coordinate representation of color #02AD3D: hue angle of 140.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD3D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 61 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.32 |
| HSL | 140.7º | 0.98% | 0.34% | - |
| HSV(B) | 140.7º | 0.99% | 0.68% | - |
| XYZ | 15.81 | 30.24 | 9.42 | - |
| YUV | 109.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 61 | 0.99 | 0 | 0.65 | 0.32 | 140.7 | 0.98 | 0.34 |
| Hex | 2 | AD | 3D | 63 | 0 | 41 | 20 | 8D | 62 | 22 |
| Octal | 2 | 255 | 75 | 143 | 0 | 101 | 40 | 215 | 142 | 42 |
| Binary | 10 | 10101101 | 111101 | 1100011 | 0 | 1000001 | 100000 | 10001101 | 1100010 | 100010 |
Color Harmonies of #02AD3D
Complementary color
Monochromatic Colors of #02AD3D
Black with #02AD3D
Text Example
Text Example
White with #02AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD3D; }
p { color: rgb(2,173,61); }
H1.HeaderClassName
{
color: #02AD3D;
}
.AnyTagClassName
{
color: #02AD3D;
}
</style>
background-color css
<style>
a { background-color: #02AD3D; }
a { background-color: rgb(2,173,61); }
div.DivClassName
{
background-color: #02AD3D;
}
.BgClassName
{
background-color: #02AD3D;
}
</style>
border-color css
<style>
span { border-color: #02AD3D; }
span { border-color: rgb(2,173,61); }
td.TdClassName
{
border-color: #02AD3D;
}
.TagClassName
{
border-color: #02AD3D;
}
</style>