Shades of Dark Pastel Green #02AF2D
Tints of Dark Pastel Green #02AF2D
RGB
CMYK
RGB Variations
Color information
#02AF2D (or 0x02AF2D) is known color: Dark Pastel Green. HEX triplet: 02, AF and 2D. RGB value is (2,175,45). Sum of RGB (Red+Green+Blue) = 2+175+45=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AF2D is #FD50D2. Grayscale: #6C6C6C. Windows color (decimal): -16601299 or 2993922. OLE color: 2993922.
HSL color Cylindrical-coordinate representation of color #02AF2D: hue angle of 134.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF2D is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 45 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.31 |
| HSL | 134.91º | 0.98% | 0.35% | - |
| HSV(B) | 134.91º | 0.99% | 0.69% | - |
| XYZ | 15.83 | 30.86 | 7.61 | - |
| YUV | 108.45 | 92.19 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 45 | 0.99 | 0 | 0.74 | 0.31 | 134.91 | 0.98 | 0.35 |
| Hex | 2 | AF | 2D | 63 | 0 | 4A | 1F | 87 | 62 | 23 |
| Octal | 2 | 257 | 55 | 143 | 0 | 112 | 37 | 207 | 142 | 43 |
| Binary | 10 | 10101111 | 101101 | 1100011 | 0 | 1001010 | 11111 | 10000111 | 1100010 | 100011 |
Color Harmonies of #02AF2D
Complementary color
Monochromatic Colors of #02AF2D
Black with #02AF2D
Text Example
Text Example
White with #02AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF2D; }
p { color: rgb(2,175,45); }
H1.HeaderClassName
{
color: #02AF2D;
}
.AnyTagClassName
{
color: #02AF2D;
}
</style>
background-color css
<style>
a { background-color: #02AF2D; }
a { background-color: rgb(2,175,45); }
div.DivClassName
{
background-color: #02AF2D;
}
.BgClassName
{
background-color: #02AF2D;
}
</style>
border-color css
<style>
span { border-color: #02AF2D; }
span { border-color: rgb(2,175,45); }
td.TdClassName
{
border-color: #02AF2D;
}
.TagClassName
{
border-color: #02AF2D;
}
</style>