Shades of Dark Pastel Green #06DA2C
Tints of Dark Pastel Green #06DA2C
RGB
CMYK
RGB Variations
Color information
#06DA2C (or 0x06DA2C) is known color: Dark Pastel Green. HEX triplet: 06, DA and 2C. RGB value is (6,218,44). Sum of RGB (Red+Green+Blue) = 6+218+44=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DA2C is #F925D3. Grayscale: #878787. Windows color (decimal): -16328148 or 2939398. OLE color: 2939398.
HSL color Cylindrical-coordinate representation of color #06DA2C: hue angle of 130.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DA2C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 218 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.15 |
| HSL | 130.75º | 0.95% | 0.44% | - |
| HSV(B) | 130.75º | 0.97% | 0.85% | - |
| XYZ | 25.6 | 50.36 | 10.75 | - |
| YUV | 134.78 | 76.76 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 218 | 44 | 0.97 | 0 | 0.80 | 0.15 | 130.75 | 0.95 | 0.44 |
| Hex | 6 | DA | 2C | 61 | 0 | 50 | F | 83 | 5F | 2C |
| Octal | 6 | 332 | 54 | 141 | 0 | 120 | 17 | 203 | 137 | 54 |
| Binary | 110 | 11011010 | 101100 | 1100001 | 0 | 1010000 | 1111 | 10000011 | 1011111 | 101100 |
Color Harmonies of #06DA2C
Complementary color
Monochromatic Colors of #06DA2C
Black with #06DA2C
Text Example
Text Example
White with #06DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DA2C; }
p { color: rgb(6,218,44); }
H1.HeaderClassName
{
color: #06DA2C;
}
.AnyTagClassName
{
color: #06DA2C;
}
</style>
background-color css
<style>
a { background-color: #06DA2C; }
a { background-color: rgb(6,218,44); }
div.DivClassName
{
background-color: #06DA2C;
}
.BgClassName
{
background-color: #06DA2C;
}
</style>
border-color css
<style>
span { border-color: #06DA2C; }
span { border-color: rgb(6,218,44); }
td.TdClassName
{
border-color: #06DA2C;
}
.TagClassName
{
border-color: #06DA2C;
}
</style>