Shades of Pigment Green #01B34C
Tints of Pigment Green #01B34C
RGB
CMYK
RGB Variations
Color information
#01B34C (or 0x01B34C) is known color: Pigment Green. HEX triplet: 01, B3 and 4C. RGB value is (1,179,76). Sum of RGB (Red+Green+Blue) = 1+179+76=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #01B34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B34C is #FE4CB3. Grayscale: #727272. Windows color (decimal): -16665780 or 5026561. OLE color: 5026561.
HSL color Cylindrical-coordinate representation of color #01B34C: hue angle of 145.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B34C is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 76 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.30 |
| HSL | 145.28º | 0.99% | 0.35% | - |
| HSV(B) | 145.28º | 0.99% | 0.7% | - |
| XYZ | 17.44 | 32.77 | 12.24 | - |
| YUV | 114.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 76 | 0.99 | 0 | 0.58 | 0.30 | 145.28 | 0.99 | 0.35 |
| Hex | 1 | B3 | 4C | 63 | 0 | 3A | 1E | 91 | 63 | 23 |
| Octal | 1 | 263 | 114 | 143 | 0 | 72 | 36 | 221 | 143 | 43 |
| Binary | 1 | 10110011 | 1001100 | 1100011 | 0 | 111010 | 11110 | 10010001 | 1100011 | 100011 |
Color Harmonies of #01B34C
Complementary color
Monochromatic Colors of #01B34C
Black with #01B34C
Text Example
Text Example
White with #01B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B34C; }
p { color: rgb(1,179,76); }
H1.HeaderClassName
{
color: #01B34C;
}
.AnyTagClassName
{
color: #01B34C;
}
</style>
background-color css
<style>
a { background-color: #01B34C; }
a { background-color: rgb(1,179,76); }
div.DivClassName
{
background-color: #01B34C;
}
.BgClassName
{
background-color: #01B34C;
}
</style>
border-color css
<style>
span { border-color: #01B34C; }
span { border-color: rgb(1,179,76); }
td.TdClassName
{
border-color: #01B34C;
}
.TagClassName
{
border-color: #01B34C;
}
</style>