Shades of Dark Pastel Green #02AD38
Tints of Dark Pastel Green #02AD38
RGB
CMYK
RGB Variations
Color information
#02AD38 (or 0x02AD38) is known color: Dark Pastel Green. HEX triplet: 02, AD and 38. RGB value is (2,173,56). Sum of RGB (Red+Green+Blue) = 2+173+56=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD38 is #FD52C7. Grayscale: #6C6C6C. Windows color (decimal): -16601800 or 3714306. OLE color: 3714306.
HSL color Cylindrical-coordinate representation of color #02AD38: hue angle of 138.95º 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 #02AD38 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 56 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.32 |
| HSL | 138.95º | 0.98% | 0.34% | - |
| HSV(B) | 138.95º | 0.99% | 0.68% | - |
| XYZ | 15.68 | 30.19 | 8.74 | - |
| YUV | 108.53 | 98.35 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 56 | 0.99 | 0 | 0.68 | 0.32 | 138.95 | 0.98 | 0.34 |
| Hex | 2 | AD | 38 | 63 | 0 | 44 | 20 | 8B | 62 | 22 |
| Octal | 2 | 255 | 70 | 143 | 0 | 104 | 40 | 213 | 142 | 42 |
| Binary | 10 | 10101101 | 111000 | 1100011 | 0 | 1000100 | 100000 | 10001011 | 1100010 | 100010 |
Color Harmonies of #02AD38
Complementary color
Monochromatic Colors of #02AD38
Black with #02AD38
Text Example
Text Example
White with #02AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD38; }
p { color: rgb(2,173,56); }
H1.HeaderClassName
{
color: #02AD38;
}
.AnyTagClassName
{
color: #02AD38;
}
</style>
background-color css
<style>
a { background-color: #02AD38; }
a { background-color: rgb(2,173,56); }
div.DivClassName
{
background-color: #02AD38;
}
.BgClassName
{
background-color: #02AD38;
}
</style>
border-color css
<style>
span { border-color: #02AD38; }
span { border-color: rgb(2,173,56); }
td.TdClassName
{
border-color: #02AD38;
}
.TagClassName
{
border-color: #02AD38;
}
</style>