Shades of Dark Pastel Green #01AF2C
Tints of Dark Pastel Green #01AF2C
RGB
CMYK
RGB Variations
Color information
#01AF2C (or 0x01AF2C) is known color: Dark Pastel Green. HEX triplet: 01, AF and 2C. RGB value is (1,175,44). Sum of RGB (Red+Green+Blue) = 1+175+44=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF2C is #FE50D3. Grayscale: #6C6C6C. Windows color (decimal): -16666836 or 2928385. OLE color: 2928385.
HSL color Cylindrical-coordinate representation of color #01AF2C: hue angle of 134.83º degrees, saturation: 0.99, 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 #01AF2C is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 44 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.31 |
| HSL | 134.83º | 0.99% | 0.35% | - |
| HSV(B) | 134.83º | 0.99% | 0.69% | - |
| XYZ | 15.8 | 30.85 | 7.5 | - |
| YUV | 108.04 | 91.85 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 44 | 0.99 | 0 | 0.75 | 0.31 | 134.83 | 0.99 | 0.35 |
| Hex | 1 | AF | 2C | 63 | 0 | 4B | 1F | 87 | 63 | 23 |
| Octal | 1 | 257 | 54 | 143 | 0 | 113 | 37 | 207 | 143 | 43 |
| Binary | 1 | 10101111 | 101100 | 1100011 | 0 | 1001011 | 11111 | 10000111 | 1100011 | 100011 |
Color Harmonies of #01AF2C
Complementary color
Monochromatic Colors of #01AF2C
Black with #01AF2C
Text Example
Text Example
White with #01AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF2C; }
p { color: rgb(1,175,44); }
H1.HeaderClassName
{
color: #01AF2C;
}
.AnyTagClassName
{
color: #01AF2C;
}
</style>
background-color css
<style>
a { background-color: #01AF2C; }
a { background-color: rgb(1,175,44); }
div.DivClassName
{
background-color: #01AF2C;
}
.BgClassName
{
background-color: #01AF2C;
}
</style>
border-color css
<style>
span { border-color: #01AF2C; }
span { border-color: rgb(1,175,44); }
td.TdClassName
{
border-color: #01AF2C;
}
.TagClassName
{
border-color: #01AF2C;
}
</style>