Shades of Dark Pastel Green #07B33C
Tints of Dark Pastel Green #07B33C
RGB
CMYK
RGB Variations
Color information
#07B33C (or 0x07B33C) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 3C. RGB value is (7,179,60). Sum of RGB (Red+Green+Blue) = 7+179+60=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 179 (70.31% from 255 or 72.76% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 179 - color contains mainly: green. Hex color #07B33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B33C is #F84CC3. Grayscale: #727272. Windows color (decimal): -16272580 or 3977991. OLE color: 3977991.
HSL color Cylindrical-coordinate representation of color #07B33C: hue angle of 138.49º 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 #07B33C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 60 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.30 |
| HSL | 138.49º | 0.92% | 0.36% | - |
| HSV(B) | 138.49º | 0.96% | 0.7% | - |
| XYZ | 17.02 | 32.61 | 9.67 | - |
| YUV | 114.01 | 97.52 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 60 | 0.96 | 0 | 0.66 | 0.30 | 138.49 | 0.92 | 0.36 |
| Hex | 7 | B3 | 3C | 60 | 0 | 42 | 1E | 8A | 5C | 24 |
| Octal | 7 | 263 | 74 | 140 | 0 | 102 | 36 | 212 | 134 | 44 |
| Binary | 111 | 10110011 | 111100 | 1100000 | 0 | 1000010 | 11110 | 10001010 | 1011100 | 100100 |
Color Harmonies of #07B33C
Complementary color
Monochromatic Colors of #07B33C
Black with #07B33C
Text Example
Text Example
White with #07B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B33C; }
p { color: rgb(7,179,60); }
H1.HeaderClassName
{
color: #07B33C;
}
.AnyTagClassName
{
color: #07B33C;
}
</style>
background-color css
<style>
a { background-color: #07B33C; }
a { background-color: rgb(7,179,60); }
div.DivClassName
{
background-color: #07B33C;
}
.BgClassName
{
background-color: #07B33C;
}
</style>
border-color css
<style>
span { border-color: #07B33C; }
span { border-color: rgb(7,179,60); }
td.TdClassName
{
border-color: #07B33C;
}
.TagClassName
{
border-color: #07B33C;
}
</style>