Shades of Dark Pastel Green #07B23C
Tints of Dark Pastel Green #07B23C
RGB
CMYK
RGB Variations
Color information
#07B23C (or 0x07B23C) is known color: Dark Pastel Green. HEX triplet: 07, B2 and 3C. RGB value is (7,178,60). Sum of RGB (Red+Green+Blue) = 7+178+60=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #07B23C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B23C is #F84DC3. Grayscale: #717171. Windows color (decimal): -16272836 or 3977735. OLE color: 3977735.
HSL color Cylindrical-coordinate representation of color #07B23C: hue angle of 138.6º 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 #07B23C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 60 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.30 |
| HSL | 138.6º | 0.92% | 0.36% | - |
| HSV(B) | 138.6º | 0.96% | 0.7% | - |
| XYZ | 16.82 | 32.21 | 9.61 | - |
| YUV | 113.42 | 97.85 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 60 | 0.96 | 0 | 0.66 | 0.30 | 138.6 | 0.92 | 0.36 |
| Hex | 7 | B2 | 3C | 60 | 0 | 42 | 1E | 8B | 5C | 24 |
| Octal | 7 | 262 | 74 | 140 | 0 | 102 | 36 | 213 | 134 | 44 |
| Binary | 111 | 10110010 | 111100 | 1100000 | 0 | 1000010 | 11110 | 10001011 | 1011100 | 100100 |
Color Harmonies of #07B23C
Complementary color
Monochromatic Colors of #07B23C
Black with #07B23C
Text Example
Text Example
White with #07B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B23C; }
p { color: rgb(7,178,60); }
H1.HeaderClassName
{
color: #07B23C;
}
.AnyTagClassName
{
color: #07B23C;
}
</style>
background-color css
<style>
a { background-color: #07B23C; }
a { background-color: rgb(7,178,60); }
div.DivClassName
{
background-color: #07B23C;
}
.BgClassName
{
background-color: #07B23C;
}
</style>
border-color css
<style>
span { border-color: #07B23C; }
span { border-color: rgb(7,178,60); }
td.TdClassName
{
border-color: #07B23C;
}
.TagClassName
{
border-color: #07B23C;
}
</style>