Shades of Dark Pastel Green #05B949
Tints of Dark Pastel Green #05B949
RGB
CMYK
RGB Variations
Color information
#05B949 (or 0x05B949) is known color: Dark Pastel Green. HEX triplet: 05, B9 and 49. RGB value is (5,185,73). Sum of RGB (Red+Green+Blue) = 5+185+73=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #05B949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B949 is #FA46B6. Grayscale: #767676. Windows color (decimal): -16402103 or 4831493. OLE color: 4831493.
HSL color Cylindrical-coordinate representation of color #05B949: hue angle of 142.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B949 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 185 | 73 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.27 |
| HSL | 142.67º | 0.95% | 0.37% | - |
| HSV(B) | 142.67º | 0.97% | 0.73% | - |
| XYZ | 18.61 | 35.21 | 12.12 | - |
| YUV | 118.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 73 | 0.97 | 0 | 0.61 | 0.27 | 142.67 | 0.95 | 0.37 |
| Hex | 5 | B9 | 49 | 61 | 0 | 3D | 1B | 8F | 5F | 25 |
| Octal | 5 | 271 | 111 | 141 | 0 | 75 | 33 | 217 | 137 | 45 |
| Binary | 101 | 10111001 | 1001001 | 1100001 | 0 | 111101 | 11011 | 10001111 | 1011111 | 100101 |
Color Harmonies of #05B949
Complementary color
Monochromatic Colors of #05B949
Black with #05B949
Text Example
Text Example
White with #05B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B949; }
p { color: rgb(5,185,73); }
H1.HeaderClassName
{
color: #05B949;
}
.AnyTagClassName
{
color: #05B949;
}
</style>
background-color css
<style>
a { background-color: #05B949; }
a { background-color: rgb(5,185,73); }
div.DivClassName
{
background-color: #05B949;
}
.BgClassName
{
background-color: #05B949;
}
</style>
border-color css
<style>
span { border-color: #05B949; }
span { border-color: rgb(5,185,73); }
td.TdClassName
{
border-color: #05B949;
}
.TagClassName
{
border-color: #05B949;
}
</style>