Shades of Dark Pastel Green #07DA2C
Tints of Dark Pastel Green #07DA2C
RGB
CMYK
RGB Variations
Color information
#07DA2C (or 0x07DA2C) is known color: Dark Pastel Green. HEX triplet: 07, DA and 2C. RGB value is (7,218,44). Sum of RGB (Red+Green+Blue) = 7+218+44=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 218 (85.55% from 255 or 81.04% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DA2C is #F825D3. Grayscale: #878787. Windows color (decimal): -16262612 or 2939399. OLE color: 2939399.
HSL color Cylindrical-coordinate representation of color #07DA2C: hue angle of 130.52º degrees, saturation: 0.94, 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 #07DA2C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.15 |
| HSL | 130.52º | 0.94% | 0.44% | - |
| HSV(B) | 130.52º | 0.97% | 0.85% | - |
| XYZ | 25.61 | 50.37 | 10.76 | - |
| YUV | 135.08 | 76.6 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 44 | 0.97 | 0 | 0.80 | 0.15 | 130.52 | 0.94 | 0.44 |
| Hex | 7 | DA | 2C | 61 | 0 | 50 | F | 83 | 5E | 2C |
| Octal | 7 | 332 | 54 | 141 | 0 | 120 | 17 | 203 | 136 | 54 |
| Binary | 111 | 11011010 | 101100 | 1100001 | 0 | 1010000 | 1111 | 10000011 | 1011110 | 101100 |
Color Harmonies of #07DA2C
Complementary color
Monochromatic Colors of #07DA2C
Black with #07DA2C
Text Example
Text Example
White with #07DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA2C; }
p { color: rgb(7,218,44); }
H1.HeaderClassName
{
color: #07DA2C;
}
.AnyTagClassName
{
color: #07DA2C;
}
</style>
background-color css
<style>
a { background-color: #07DA2C; }
a { background-color: rgb(7,218,44); }
div.DivClassName
{
background-color: #07DA2C;
}
.BgClassName
{
background-color: #07DA2C;
}
</style>
border-color css
<style>
span { border-color: #07DA2C; }
span { border-color: rgb(7,218,44); }
td.TdClassName
{
border-color: #07DA2C;
}
.TagClassName
{
border-color: #07DA2C;
}
</style>