Shades of Pigment Green #01B449
Tints of Pigment Green #01B449
RGB
CMYK
RGB Variations
Color information
#01B449 (or 0x01B449) is known color: Pigment Green. HEX triplet: 01, B4 and 49. RGB value is (1,180,73). Sum of RGB (Red+Green+Blue) = 1+180+73=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #01B449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B449 is #FE4BB6. Grayscale: #727272. Windows color (decimal): -16665527 or 4830209. OLE color: 4830209.
HSL color Cylindrical-coordinate representation of color #01B449: hue angle of 144.13º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B449 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 73 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.29 |
| HSL | 144.13º | 0.99% | 0.35% | - |
| HSV(B) | 144.13º | 0.99% | 0.71% | - |
| XYZ | 17.54 | 33.13 | 11.77 | - |
| YUV | 114.28 | 104.7 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 73 | 0.99 | 0 | 0.59 | 0.29 | 144.13 | 0.99 | 0.35 |
| Hex | 1 | B4 | 49 | 63 | 0 | 3B | 1D | 90 | 63 | 23 |
| Octal | 1 | 264 | 111 | 143 | 0 | 73 | 35 | 220 | 143 | 43 |
| Binary | 1 | 10110100 | 1001001 | 1100011 | 0 | 111011 | 11101 | 10010000 | 1100011 | 100011 |
Color Harmonies of #01B449
Complementary color
Monochromatic Colors of #01B449
Black with #01B449
Text Example
Text Example
White with #01B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B449; }
p { color: rgb(1,180,73); }
H1.HeaderClassName
{
color: #01B449;
}
.AnyTagClassName
{
color: #01B449;
}
</style>
background-color css
<style>
a { background-color: #01B449; }
a { background-color: rgb(1,180,73); }
div.DivClassName
{
background-color: #01B449;
}
.BgClassName
{
background-color: #01B449;
}
</style>
border-color css
<style>
span { border-color: #01B449; }
span { border-color: rgb(1,180,73); }
td.TdClassName
{
border-color: #01B449;
}
.TagClassName
{
border-color: #01B449;
}
</style>