Shades of Dark Pastel Green #06A231
Tints of Dark Pastel Green #06A231
RGB
CMYK
RGB Variations
Color information
#06A231 (or 0x06A231) is known color: Dark Pastel Green. HEX triplet: 06, A2 and 31. RGB value is (6,162,49). Sum of RGB (Red+Green+Blue) = 6+162+49=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #06A231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A231 is #F95DCE. Grayscale: #666666. Windows color (decimal): -16342479 or 3252742. OLE color: 3252742.
HSL color Cylindrical-coordinate representation of color #06A231: hue angle of 136.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A231 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 49 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.36 |
| HSL | 136.54º | 0.93% | 0.33% | - |
| HSV(B) | 136.54º | 0.96% | 0.64% | - |
| XYZ | 13.55 | 26.1 | 7.23 | - |
| YUV | 102.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 49 | 0.96 | 0 | 0.70 | 0.36 | 136.54 | 0.93 | 0.33 |
| Hex | 6 | A2 | 31 | 60 | 0 | 46 | 24 | 89 | 5D | 21 |
| Octal | 6 | 242 | 61 | 140 | 0 | 106 | 44 | 211 | 135 | 41 |
| Binary | 110 | 10100010 | 110001 | 1100000 | 0 | 1000110 | 100100 | 10001001 | 1011101 | 100001 |
Color Harmonies of #06A231
Complementary color
Monochromatic Colors of #06A231
Black with #06A231
Text Example
Text Example
White with #06A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A231; }
p { color: rgb(6,162,49); }
H1.HeaderClassName
{
color: #06A231;
}
.AnyTagClassName
{
color: #06A231;
}
</style>
background-color css
<style>
a { background-color: #06A231; }
a { background-color: rgb(6,162,49); }
div.DivClassName
{
background-color: #06A231;
}
.BgClassName
{
background-color: #06A231;
}
</style>
border-color css
<style>
span { border-color: #06A231; }
span { border-color: rgb(6,162,49); }
td.TdClassName
{
border-color: #06A231;
}
.TagClassName
{
border-color: #06A231;
}
</style>