Shades of Dark Pastel Green #07B53C
Tints of Dark Pastel Green #07B53C
RGB
CMYK
RGB Variations
Color information
#07B53C (or 0x07B53C) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 3C. RGB value is (7,181,60). Sum of RGB (Red+Green+Blue) = 7+181+60=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #07B53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B53C is #F84AC3. Grayscale: #737373. Windows color (decimal): -16272068 or 3978503. OLE color: 3978503.
HSL color Cylindrical-coordinate representation of color #07B53C: hue angle of 138.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B53C is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 60 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.29 |
| HSL | 138.28º | 0.93% | 0.37% | - |
| HSV(B) | 138.28º | 0.96% | 0.71% | - |
| XYZ | 17.43 | 33.42 | 9.81 | - |
| YUV | 115.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 60 | 0.96 | 0 | 0.67 | 0.29 | 138.28 | 0.93 | 0.37 |
| Hex | 7 | B5 | 3C | 60 | 0 | 43 | 1D | 8A | 5D | 25 |
| Octal | 7 | 265 | 74 | 140 | 0 | 103 | 35 | 212 | 135 | 45 |
| Binary | 111 | 10110101 | 111100 | 1100000 | 0 | 1000011 | 11101 | 10001010 | 1011101 | 100101 |
Color Harmonies of #07B53C
Complementary color
Monochromatic Colors of #07B53C
Black with #07B53C
Text Example
Text Example
White with #07B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B53C; }
p { color: rgb(7,181,60); }
H1.HeaderClassName
{
color: #07B53C;
}
.AnyTagClassName
{
color: #07B53C;
}
</style>
background-color css
<style>
a { background-color: #07B53C; }
a { background-color: rgb(7,181,60); }
div.DivClassName
{
background-color: #07B53C;
}
.BgClassName
{
background-color: #07B53C;
}
</style>
border-color css
<style>
span { border-color: #07B53C; }
span { border-color: rgb(7,181,60); }
td.TdClassName
{
border-color: #07B53C;
}
.TagClassName
{
border-color: #07B53C;
}
</style>