Shades of Dark Pastel Green #01B849
Tints of Dark Pastel Green #01B849
RGB
CMYK
RGB Variations
Color information
#01B849 (or 0x01B849) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 49. RGB value is (1,184,73). Sum of RGB (Red+Green+Blue) = 1+184+73=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 184 (72.27% from 255 or 71.32% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 184 - color contains mainly: green. Hex color #01B849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B849 is #FE47B6. Grayscale: #747474. Windows color (decimal): -16664503 or 4831233. OLE color: 4831233.
HSL color Cylindrical-coordinate representation of color #01B849: hue angle of 143.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B849 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 73 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.28 |
| HSL | 143.61º | 0.99% | 0.36% | - |
| HSV(B) | 143.61º | 0.99% | 0.72% | - |
| XYZ | 18.36 | 34.77 | 12.05 | - |
| YUV | 116.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 73 | 0.99 | 0 | 0.60 | 0.28 | 143.61 | 0.99 | 0.36 |
| Hex | 1 | B8 | 49 | 63 | 0 | 3C | 1C | 90 | 63 | 24 |
| Octal | 1 | 270 | 111 | 143 | 0 | 74 | 34 | 220 | 143 | 44 |
| Binary | 1 | 10111000 | 1001001 | 1100011 | 0 | 111100 | 11100 | 10010000 | 1100011 | 100100 |
Color Harmonies of #01B849
Complementary color
Monochromatic Colors of #01B849
Black with #01B849
Text Example
Text Example
White with #01B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B849; }
p { color: rgb(1,184,73); }
H1.HeaderClassName
{
color: #01B849;
}
.AnyTagClassName
{
color: #01B849;
}
</style>
background-color css
<style>
a { background-color: #01B849; }
a { background-color: rgb(1,184,73); }
div.DivClassName
{
background-color: #01B849;
}
.BgClassName
{
background-color: #01B849;
}
</style>
border-color css
<style>
span { border-color: #01B849; }
span { border-color: rgb(1,184,73); }
td.TdClassName
{
border-color: #01B849;
}
.TagClassName
{
border-color: #01B849;
}
</style>