Shades of Pigment Green #01B145
Tints of Pigment Green #01B145
RGB
CMYK
RGB Variations
Color information
#01B145 (or 0x01B145) is known color: Pigment Green. HEX triplet: 01, B1 and 45. RGB value is (1,177,69). Sum of RGB (Red+Green+Blue) = 1+177+69=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #01B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B145 is #FE4EBA. Grayscale: #707070. Windows color (decimal): -16666299 or 4567297. OLE color: 4567297.
HSL color Cylindrical-coordinate representation of color #01B145: hue angle of 143.18º 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 #01B145 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 69 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.31 |
| HSL | 143.18º | 0.99% | 0.35% | - |
| HSV(B) | 143.18º | 0.99% | 0.69% | - |
| XYZ | 16.81 | 31.88 | 10.9 | - |
| YUV | 112.06 | 103.69 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 69 | 0.99 | 0 | 0.61 | 0.31 | 143.18 | 0.99 | 0.35 |
| Hex | 1 | B1 | 45 | 63 | 0 | 3D | 1F | 8F | 63 | 23 |
| Octal | 1 | 261 | 105 | 143 | 0 | 75 | 37 | 217 | 143 | 43 |
| Binary | 1 | 10110001 | 1000101 | 1100011 | 0 | 111101 | 11111 | 10001111 | 1100011 | 100011 |
Color Harmonies of #01B145
Complementary color
Monochromatic Colors of #01B145
Black with #01B145
Text Example
Text Example
White with #01B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B145; }
p { color: rgb(1,177,69); }
H1.HeaderClassName
{
color: #01B145;
}
.AnyTagClassName
{
color: #01B145;
}
</style>
background-color css
<style>
a { background-color: #01B145; }
a { background-color: rgb(1,177,69); }
div.DivClassName
{
background-color: #01B145;
}
.BgClassName
{
background-color: #01B145;
}
</style>
border-color css
<style>
span { border-color: #01B145; }
span { border-color: rgb(1,177,69); }
td.TdClassName
{
border-color: #01B145;
}
.TagClassName
{
border-color: #01B145;
}
</style>