Shades of Dark Pastel Green #07C238
Tints of Dark Pastel Green #07C238
RGB
CMYK
RGB Variations
Color information
#07C238 (or 0x07C238) is known color: Dark Pastel Green. HEX triplet: 07, C2 and 38. RGB value is (7,194,56). Sum of RGB (Red+Green+Blue) = 7+194+56=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #07C238 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C238 is #F83DC7. Grayscale: #7A7A7A. Windows color (decimal): -16268744 or 3719687. OLE color: 3719687.
HSL color Cylindrical-coordinate representation of color #07C238: hue angle of 135.72º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C238 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 56 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.24 |
| HSL | 135.72º | 0.93% | 0.39% | - |
| HSV(B) | 135.72º | 0.96% | 0.76% | - |
| XYZ | 20.09 | 38.91 | 10.19 | - |
| YUV | 122.36 | 90.55 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 56 | 0.96 | 0 | 0.71 | 0.24 | 135.72 | 0.93 | 0.39 |
| Hex | 7 | C2 | 38 | 60 | 0 | 47 | 18 | 88 | 5D | 27 |
| Octal | 7 | 302 | 70 | 140 | 0 | 107 | 30 | 210 | 135 | 47 |
| Binary | 111 | 11000010 | 111000 | 1100000 | 0 | 1000111 | 11000 | 10001000 | 1011101 | 100111 |
Color Harmonies of #07C238
Complementary color
Monochromatic Colors of #07C238
Black with #07C238
Text Example
Text Example
White with #07C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C238; }
p { color: rgb(7,194,56); }
H1.HeaderClassName
{
color: #07C238;
}
.AnyTagClassName
{
color: #07C238;
}
</style>
background-color css
<style>
a { background-color: #07C238; }
a { background-color: rgb(7,194,56); }
div.DivClassName
{
background-color: #07C238;
}
.BgClassName
{
background-color: #07C238;
}
</style>
border-color css
<style>
span { border-color: #07C238; }
span { border-color: rgb(7,194,56); }
td.TdClassName
{
border-color: #07C238;
}
.TagClassName
{
border-color: #07C238;
}
</style>