Shades of Dark Pastel Green #06B31C
Tints of Dark Pastel Green #06B31C
RGB
CMYK
RGB Variations
Color information
#06B31C (or 0x06B31C) is known color: Dark Pastel Green. HEX triplet: 06, B3 and 1C. RGB value is (6,179,28). Sum of RGB (Red+Green+Blue) = 6+179+28=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 179 (70.31% from 255 or 84.04% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 179 - color contains mainly: green. Hex color #06B31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B31C is #F94CE3. Grayscale: #6E6E6E. Windows color (decimal): -16338148 or 1880838. OLE color: 1880838.
HSL color Cylindrical-coordinate representation of color #06B31C: hue angle of 127.63º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B31C is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 179 | 28 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.30 |
| HSL | 127.63º | 0.94% | 0.36% | - |
| HSV(B) | 127.63º | 0.97% | 0.7% | - |
| XYZ | 16.4 | 32.36 | 6.48 | - |
| YUV | 110.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 179 | 28 | 0.97 | 0 | 0.84 | 0.30 | 127.63 | 0.94 | 0.36 |
| Hex | 6 | B3 | 1C | 61 | 0 | 54 | 1E | 80 | 5E | 24 |
| Octal | 6 | 263 | 34 | 141 | 0 | 124 | 36 | 200 | 136 | 44 |
| Binary | 110 | 10110011 | 11100 | 1100001 | 0 | 1010100 | 11110 | 10000000 | 1011110 | 100100 |
Color Harmonies of #06B31C
Complementary color
Monochromatic Colors of #06B31C
Black with #06B31C
Text Example
Text Example
White with #06B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B31C; }
p { color: rgb(6,179,28); }
H1.HeaderClassName
{
color: #06B31C;
}
.AnyTagClassName
{
color: #06B31C;
}
</style>
background-color css
<style>
a { background-color: #06B31C; }
a { background-color: rgb(6,179,28); }
div.DivClassName
{
background-color: #06B31C;
}
.BgClassName
{
background-color: #06B31C;
}
</style>
border-color css
<style>
span { border-color: #06B31C; }
span { border-color: rgb(6,179,28); }
td.TdClassName
{
border-color: #06B31C;
}
.TagClassName
{
border-color: #06B31C;
}
</style>