Shades of Dark Pastel Green #07BD30
Tints of Dark Pastel Green #07BD30
RGB
CMYK
RGB Variations
Color information
#07BD30 (or 0x07BD30) is known color: Dark Pastel Green. HEX triplet: 07, BD and 30. RGB value is (7,189,48). Sum of RGB (Red+Green+Blue) = 7+189+48=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BD30 is #F842CF. Grayscale: #767676. Windows color (decimal): -16270032 or 3194119. OLE color: 3194119.
HSL color Cylindrical-coordinate representation of color #07BD30: hue angle of 133.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD30 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 48 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.26 |
| HSL | 133.52º | 0.93% | 0.38% | - |
| HSV(B) | 133.52º | 0.96% | 0.74% | - |
| XYZ | 18.82 | 36.65 | 8.88 | - |
| YUV | 118.51 | 88.2 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 48 | 0.96 | 0 | 0.75 | 0.26 | 133.52 | 0.93 | 0.38 |
| Hex | 7 | BD | 30 | 60 | 0 | 4B | 1A | 86 | 5D | 26 |
| Octal | 7 | 275 | 60 | 140 | 0 | 113 | 32 | 206 | 135 | 46 |
| Binary | 111 | 10111101 | 110000 | 1100000 | 0 | 1001011 | 11010 | 10000110 | 1011101 | 100110 |
Color Harmonies of #07BD30
Complementary color
Monochromatic Colors of #07BD30
Black with #07BD30
Text Example
Text Example
White with #07BD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD30; }
p { color: rgb(7,189,48); }
H1.HeaderClassName
{
color: #07BD30;
}
.AnyTagClassName
{
color: #07BD30;
}
</style>
background-color css
<style>
a { background-color: #07BD30; }
a { background-color: rgb(7,189,48); }
div.DivClassName
{
background-color: #07BD30;
}
.BgClassName
{
background-color: #07BD30;
}
</style>
border-color css
<style>
span { border-color: #07BD30; }
span { border-color: rgb(7,189,48); }
td.TdClassName
{
border-color: #07BD30;
}
.TagClassName
{
border-color: #07BD30;
}
</style>