Shades of Dark Pastel Green #07D227
Tints of Dark Pastel Green #07D227
RGB
CMYK
RGB Variations
Color information
#07D227 (or 0x07D227) is known color: Dark Pastel Green. HEX triplet: 07, D2 and 27. RGB value is (7,210,39). Sum of RGB (Red+Green+Blue) = 7+210+39=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #07D227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D227 is #F82DD8. Grayscale: #828282. Windows color (decimal): -16264665 or 2609671. OLE color: 2609671.
HSL color Cylindrical-coordinate representation of color #07D227: hue angle of 129.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D227 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 210 | 39 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.18 |
| HSL | 129.46º | 0.94% | 0.43% | - |
| HSV(B) | 129.46º | 0.97% | 0.82% | - |
| XYZ | 23.5 | 46.28 | 9.61 | - |
| YUV | 129.81 | 76.75 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 210 | 39 | 0.97 | 0 | 0.81 | 0.18 | 129.46 | 0.94 | 0.43 |
| Hex | 7 | D2 | 27 | 61 | 0 | 51 | 12 | 81 | 5E | 2B |
| Octal | 7 | 322 | 47 | 141 | 0 | 121 | 22 | 201 | 136 | 53 |
| Binary | 111 | 11010010 | 100111 | 1100001 | 0 | 1010001 | 10010 | 10000001 | 1011110 | 101011 |
Color Harmonies of #07D227
Complementary color
Monochromatic Colors of #07D227
Black with #07D227
Text Example
Text Example
White with #07D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D227; }
p { color: rgb(7,210,39); }
H1.HeaderClassName
{
color: #07D227;
}
.AnyTagClassName
{
color: #07D227;
}
</style>
background-color css
<style>
a { background-color: #07D227; }
a { background-color: rgb(7,210,39); }
div.DivClassName
{
background-color: #07D227;
}
.BgClassName
{
background-color: #07D227;
}
</style>
border-color css
<style>
span { border-color: #07D227; }
span { border-color: rgb(7,210,39); }
td.TdClassName
{
border-color: #07D227;
}
.TagClassName
{
border-color: #07D227;
}
</style>