Shades of Dark Pastel Green #06B42F
Tints of Dark Pastel Green #06B42F
RGB
CMYK
RGB Variations
Color information
#06B42F (or 0x06B42F) is known color: Dark Pastel Green. HEX triplet: 06, B4 and 2F. RGB value is (6,180,47). Sum of RGB (Red+Green+Blue) = 6+180+47=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #06B42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B42F is #F94BD0. Grayscale: #717171. Windows color (decimal): -16337873 or 3126278. OLE color: 3126278.
HSL color Cylindrical-coordinate representation of color #06B42F: hue angle of 134.14º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B42F is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 180 | 47 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.29 |
| HSL | 134.14º | 0.94% | 0.36% | - |
| HSV(B) | 134.14º | 0.97% | 0.71% | - |
| XYZ | 16.91 | 32.89 | 8.15 | - |
| YUV | 112.81 | 90.85 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 180 | 47 | 0.97 | 0 | 0.74 | 0.29 | 134.14 | 0.94 | 0.36 |
| Hex | 6 | B4 | 2F | 61 | 0 | 4A | 1D | 86 | 5E | 24 |
| Octal | 6 | 264 | 57 | 141 | 0 | 112 | 35 | 206 | 136 | 44 |
| Binary | 110 | 10110100 | 101111 | 1100001 | 0 | 1001010 | 11101 | 10000110 | 1011110 | 100100 |
Color Harmonies of #06B42F
Complementary color
Monochromatic Colors of #06B42F
Black with #06B42F
Text Example
Text Example
White with #06B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B42F; }
p { color: rgb(6,180,47); }
H1.HeaderClassName
{
color: #06B42F;
}
.AnyTagClassName
{
color: #06B42F;
}
</style>
background-color css
<style>
a { background-color: #06B42F; }
a { background-color: rgb(6,180,47); }
div.DivClassName
{
background-color: #06B42F;
}
.BgClassName
{
background-color: #06B42F;
}
</style>
border-color css
<style>
span { border-color: #06B42F; }
span { border-color: rgb(6,180,47); }
td.TdClassName
{
border-color: #06B42F;
}
.TagClassName
{
border-color: #06B42F;
}
</style>