Shades of Dark Pastel Green #06DA2D
Tints of Dark Pastel Green #06DA2D
RGB
CMYK
RGB Variations
Color information
#06DA2D (or 0x06DA2D) is known color: Dark Pastel Green. HEX triplet: 06, DA and 2D. RGB value is (6,218,45). Sum of RGB (Red+Green+Blue) = 6+218+45=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 218 (85.55% from 255 or 81.04% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DA2D is #F925D2. Grayscale: #878787. Windows color (decimal): -16328147 or 3004934. OLE color: 3004934.
HSL color Cylindrical-coordinate representation of color #06DA2D: hue angle of 131.04º 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 #06DA2D is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 218 | 45 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.15 |
| HSL | 131.04º | 0.95% | 0.44% | - |
| HSV(B) | 131.04º | 0.97% | 0.85% | - |
| XYZ | 25.62 | 50.37 | 10.85 | - |
| YUV | 134.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 218 | 45 | 0.97 | 0 | 0.79 | 0.15 | 131.04 | 0.95 | 0.44 |
| Hex | 6 | DA | 2D | 61 | 0 | 4F | F | 83 | 5F | 2C |
| Octal | 6 | 332 | 55 | 141 | 0 | 117 | 17 | 203 | 137 | 54 |
| Binary | 110 | 11011010 | 101101 | 1100001 | 0 | 1001111 | 1111 | 10000011 | 1011111 | 101100 |
Color Harmonies of #06DA2D
Complementary color
Monochromatic Colors of #06DA2D
Black with #06DA2D
Text Example
Text Example
White with #06DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DA2D; }
p { color: rgb(6,218,45); }
H1.HeaderClassName
{
color: #06DA2D;
}
.AnyTagClassName
{
color: #06DA2D;
}
</style>
background-color css
<style>
a { background-color: #06DA2D; }
a { background-color: rgb(6,218,45); }
div.DivClassName
{
background-color: #06DA2D;
}
.BgClassName
{
background-color: #06DA2D;
}
</style>
border-color css
<style>
span { border-color: #06DA2D; }
span { border-color: rgb(6,218,45); }
td.TdClassName
{
border-color: #06DA2D;
}
.TagClassName
{
border-color: #06DA2D;
}
</style>