Shades of Dark Pastel Green #06AF2D
Tints of Dark Pastel Green #06AF2D
RGB
CMYK
RGB Variations
Color information
#06AF2D (or 0x06AF2D) is known color: Dark Pastel Green. HEX triplet: 06, AF and 2D. RGB value is (6,175,45). Sum of RGB (Red+Green+Blue) = 6+175+45=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AF2D is #F950D2. Grayscale: #6E6E6E. Windows color (decimal): -16339155 or 2993926. OLE color: 2993926.
HSL color Cylindrical-coordinate representation of color #06AF2D: hue angle of 133.85º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AF2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 175 | 45 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.31 |
| HSL | 133.85º | 0.93% | 0.35% | - |
| HSV(B) | 133.85º | 0.97% | 0.69% | - |
| XYZ | 15.88 | 30.89 | 7.61 | - |
| YUV | 109.65 | 91.51 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 45 | 0.97 | 0 | 0.74 | 0.31 | 133.85 | 0.93 | 0.35 |
| Hex | 6 | AF | 2D | 61 | 0 | 4A | 1F | 86 | 5D | 23 |
| Octal | 6 | 257 | 55 | 141 | 0 | 112 | 37 | 206 | 135 | 43 |
| Binary | 110 | 10101111 | 101101 | 1100001 | 0 | 1001010 | 11111 | 10000110 | 1011101 | 100011 |
Color Harmonies of #06AF2D
Complementary color
Monochromatic Colors of #06AF2D
Black with #06AF2D
Text Example
Text Example
White with #06AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AF2D; }
p { color: rgb(6,175,45); }
H1.HeaderClassName
{
color: #06AF2D;
}
.AnyTagClassName
{
color: #06AF2D;
}
</style>
background-color css
<style>
a { background-color: #06AF2D; }
a { background-color: rgb(6,175,45); }
div.DivClassName
{
background-color: #06AF2D;
}
.BgClassName
{
background-color: #06AF2D;
}
</style>
border-color css
<style>
span { border-color: #06AF2D; }
span { border-color: rgb(6,175,45); }
td.TdClassName
{
border-color: #06AF2D;
}
.TagClassName
{
border-color: #06AF2D;
}
</style>