Shades of Dark Pastel Green #06DB2C
Tints of Dark Pastel Green #06DB2C
RGB
CMYK
RGB Variations
Color information
#06DB2C (or 0x06DB2C) is known color: Dark Pastel Green. HEX triplet: 06, DB and 2C. RGB value is (6,219,44). Sum of RGB (Red+Green+Blue) = 6+219+44=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DB2C is #F924D3. Grayscale: #878787. Windows color (decimal): -16327892 or 2939654. OLE color: 2939654.
HSL color Cylindrical-coordinate representation of color #06DB2C: hue angle of 130.7º 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 #06DB2C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.14 |
| HSL | 130.7º | 0.95% | 0.44% | - |
| HSV(B) | 130.7º | 0.97% | 0.86% | - |
| XYZ | 25.86 | 50.88 | 10.84 | - |
| YUV | 135.36 | 76.43 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 44 | 0.97 | 0 | 0.80 | 0.14 | 130.7 | 0.95 | 0.44 |
| Hex | 6 | DB | 2C | 61 | 0 | 50 | E | 83 | 5F | 2C |
| Octal | 6 | 333 | 54 | 141 | 0 | 120 | 16 | 203 | 137 | 54 |
| Binary | 110 | 11011011 | 101100 | 1100001 | 0 | 1010000 | 1110 | 10000011 | 1011111 | 101100 |
Color Harmonies of #06DB2C
Complementary color
Monochromatic Colors of #06DB2C
Black with #06DB2C
Text Example
Text Example
White with #06DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB2C; }
p { color: rgb(6,219,44); }
H1.HeaderClassName
{
color: #06DB2C;
}
.AnyTagClassName
{
color: #06DB2C;
}
</style>
background-color css
<style>
a { background-color: #06DB2C; }
a { background-color: rgb(6,219,44); }
div.DivClassName
{
background-color: #06DB2C;
}
.BgClassName
{
background-color: #06DB2C;
}
</style>
border-color css
<style>
span { border-color: #06DB2C; }
span { border-color: rgb(6,219,44); }
td.TdClassName
{
border-color: #06DB2C;
}
.TagClassName
{
border-color: #06DB2C;
}
</style>