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