Shades of Dark Pastel Green #06DC2D
Tints of Dark Pastel Green #06DC2D
RGB
CMYK
RGB Variations
Color information
#06DC2D (or 0x06DC2D) is known color: Dark Pastel Green. HEX triplet: 06, DC and 2D. RGB value is (6,220,45). Sum of RGB (Red+Green+Blue) = 6+220+45=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC2D is #F923D2. Grayscale: #888888. Windows color (decimal): -16327635 or 3005446. OLE color: 3005446.
HSL color Cylindrical-coordinate representation of color #06DC2D: hue angle of 130.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC2D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 45 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.14 |
| HSL | 130.93º | 0.95% | 0.44% | - |
| HSV(B) | 130.93º | 0.97% | 0.86% | - |
| XYZ | 26.14 | 51.41 | 11.03 | - |
| YUV | 136.06 | 76.6 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 45 | 0.97 | 0 | 0.80 | 0.14 | 130.93 | 0.95 | 0.44 |
| Hex | 6 | DC | 2D | 61 | 0 | 50 | E | 83 | 5F | 2C |
| Octal | 6 | 334 | 55 | 141 | 0 | 120 | 16 | 203 | 137 | 54 |
| Binary | 110 | 11011100 | 101101 | 1100001 | 0 | 1010000 | 1110 | 10000011 | 1011111 | 101100 |
Color Harmonies of #06DC2D
Complementary color
Monochromatic Colors of #06DC2D
Black with #06DC2D
Text Example
Text Example
White with #06DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC2D; }
p { color: rgb(6,220,45); }
H1.HeaderClassName
{
color: #06DC2D;
}
.AnyTagClassName
{
color: #06DC2D;
}
</style>
background-color css
<style>
a { background-color: #06DC2D; }
a { background-color: rgb(6,220,45); }
div.DivClassName
{
background-color: #06DC2D;
}
.BgClassName
{
background-color: #06DC2D;
}
</style>
border-color css
<style>
span { border-color: #06DC2D; }
span { border-color: rgb(6,220,45); }
td.TdClassName
{
border-color: #06DC2D;
}
.TagClassName
{
border-color: #06DC2D;
}
</style>