Shades of Pigment Green #01B044
Tints of Pigment Green #01B044
RGB
CMYK
RGB Variations
Color information
#01B044 (or 0x01B044) is known color: Pigment Green. HEX triplet: 01, B0 and 44. RGB value is (1,176,68). Sum of RGB (Red+Green+Blue) = 1+176+68=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 176 (69.14% from 255 or 71.84% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 176 - color contains mainly: green. Hex color #01B044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B044 is #FE4FBB. Grayscale: #6F6F6F. Windows color (decimal): -16666556 or 4501505. OLE color: 4501505.
HSL color Cylindrical-coordinate representation of color #01B044: hue angle of 142.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B044 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 68 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.31 |
| HSL | 142.97º | 0.99% | 0.35% | - |
| HSV(B) | 142.97º | 0.99% | 0.69% | - |
| XYZ | 16.58 | 31.47 | 10.67 | - |
| YUV | 111.36 | 103.52 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 68 | 0.99 | 0 | 0.61 | 0.31 | 142.97 | 0.99 | 0.35 |
| Hex | 1 | B0 | 44 | 63 | 0 | 3D | 1F | 8F | 63 | 23 |
| Octal | 1 | 260 | 104 | 143 | 0 | 75 | 37 | 217 | 143 | 43 |
| Binary | 1 | 10110000 | 1000100 | 1100011 | 0 | 111101 | 11111 | 10001111 | 1100011 | 100011 |
Color Harmonies of #01B044
Complementary color
Monochromatic Colors of #01B044
Black with #01B044
Text Example
Text Example
White with #01B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B044; }
p { color: rgb(1,176,68); }
H1.HeaderClassName
{
color: #01B044;
}
.AnyTagClassName
{
color: #01B044;
}
</style>
background-color css
<style>
a { background-color: #01B044; }
a { background-color: rgb(1,176,68); }
div.DivClassName
{
background-color: #01B044;
}
.BgClassName
{
background-color: #01B044;
}
</style>
border-color css
<style>
span { border-color: #01B044; }
span { border-color: rgb(1,176,68); }
td.TdClassName
{
border-color: #01B044;
}
.TagClassName
{
border-color: #01B044;
}
</style>