Shades of Dark Pastel Green #07B242
Tints of Dark Pastel Green #07B242
RGB
CMYK
RGB Variations
Color information
#07B242 (or 0x07B242) is known color: Dark Pastel Green. HEX triplet: 07, B2 and 42. RGB value is (7,178,66). Sum of RGB (Red+Green+Blue) = 7+178+66=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #07B242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B242 is #F84DBD. Grayscale: #727272. Windows color (decimal): -16272830 or 4370951. OLE color: 4370951.
HSL color Cylindrical-coordinate representation of color #07B242: hue angle of 140.7º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B242 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 66 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.30 |
| HSL | 140.7º | 0.92% | 0.36% | - |
| HSV(B) | 140.7º | 0.96% | 0.7% | - |
| XYZ | 16.99 | 32.28 | 10.49 | - |
| YUV | 114.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 66 | 0.96 | 0 | 0.63 | 0.30 | 140.7 | 0.92 | 0.36 |
| Hex | 7 | B2 | 42 | 60 | 0 | 3F | 1E | 8D | 5C | 24 |
| Octal | 7 | 262 | 102 | 140 | 0 | 77 | 36 | 215 | 134 | 44 |
| Binary | 111 | 10110010 | 1000010 | 1100000 | 0 | 111111 | 11110 | 10001101 | 1011100 | 100100 |
Color Harmonies of #07B242
Complementary color
Monochromatic Colors of #07B242
Black with #07B242
Text Example
Text Example
White with #07B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B242; }
p { color: rgb(7,178,66); }
H1.HeaderClassName
{
color: #07B242;
}
.AnyTagClassName
{
color: #07B242;
}
</style>
background-color css
<style>
a { background-color: #07B242; }
a { background-color: rgb(7,178,66); }
div.DivClassName
{
background-color: #07B242;
}
.BgClassName
{
background-color: #07B242;
}
</style>
border-color css
<style>
span { border-color: #07B242; }
span { border-color: rgb(7,178,66); }
td.TdClassName
{
border-color: #07B242;
}
.TagClassName
{
border-color: #07B242;
}
</style>