Shades of Dark Pastel Green #07BF32
Tints of Dark Pastel Green #07BF32
RGB
CMYK
RGB Variations
Color information
#07BF32 (or 0x07BF32) is known color: Dark Pastel Green. HEX triplet: 07, BF and 32. RGB value is (7,191,50). Sum of RGB (Red+Green+Blue) = 7+191+50=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BF32 is #F840CD. Grayscale: #787878. Windows color (decimal): -16269518 or 3325703. OLE color: 3325703.
HSL color Cylindrical-coordinate representation of color #07BF32: hue angle of 134.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BF32 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 50 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.25 |
| HSL | 134.02º | 0.93% | 0.39% | - |
| HSV(B) | 134.02º | 0.96% | 0.75% | - |
| XYZ | 19.29 | 37.54 | 9.25 | - |
| YUV | 119.91 | 88.54 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 50 | 0.96 | 0 | 0.74 | 0.25 | 134.02 | 0.93 | 0.39 |
| Hex | 7 | BF | 32 | 60 | 0 | 4A | 19 | 86 | 5D | 27 |
| Octal | 7 | 277 | 62 | 140 | 0 | 112 | 31 | 206 | 135 | 47 |
| Binary | 111 | 10111111 | 110010 | 1100000 | 0 | 1001010 | 11001 | 10000110 | 1011101 | 100111 |
Color Harmonies of #07BF32
Complementary color
Monochromatic Colors of #07BF32
Black with #07BF32
Text Example
Text Example
White with #07BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BF32; }
p { color: rgb(7,191,50); }
H1.HeaderClassName
{
color: #07BF32;
}
.AnyTagClassName
{
color: #07BF32;
}
</style>
background-color css
<style>
a { background-color: #07BF32; }
a { background-color: rgb(7,191,50); }
div.DivClassName
{
background-color: #07BF32;
}
.BgClassName
{
background-color: #07BF32;
}
</style>
border-color css
<style>
span { border-color: #07BF32; }
span { border-color: rgb(7,191,50); }
td.TdClassName
{
border-color: #07BF32;
}
.TagClassName
{
border-color: #07BF32;
}
</style>