Shades of Pigment Green #01B355
Tints of Pigment Green #01B355
RGB
CMYK
RGB Variations
Color information
#01B355 (or 0x01B355) is known color: Pigment Green. HEX triplet: 01, B3 and 55. RGB value is (1,179,85). Sum of RGB (Red+Green+Blue) = 1+179+85=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #01B355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B355 is #FE4CAA. Grayscale: #737373. Windows color (decimal): -16665771 or 5616385. OLE color: 5616385.
HSL color Cylindrical-coordinate representation of color #01B355: hue angle of 148.31º 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 #01B355 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 85 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.30 |
| HSL | 148.31º | 0.99% | 0.35% | - |
| HSV(B) | 148.31º | 0.99% | 0.7% | - |
| XYZ | 17.77 | 32.9 | 14.01 | - |
| YUV | 115.06 | 111.03 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 85 | 0.99 | 0 | 0.53 | 0.30 | 148.31 | 0.99 | 0.35 |
| Hex | 1 | B3 | 55 | 63 | 0 | 35 | 1E | 94 | 63 | 23 |
| Octal | 1 | 263 | 125 | 143 | 0 | 65 | 36 | 224 | 143 | 43 |
| Binary | 1 | 10110011 | 1010101 | 1100011 | 0 | 110101 | 11110 | 10010100 | 1100011 | 100011 |
Color Harmonies of #01B355
Complementary color
Monochromatic Colors of #01B355
Black with #01B355
Text Example
Text Example
White with #01B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B355; }
p { color: rgb(1,179,85); }
H1.HeaderClassName
{
color: #01B355;
}
.AnyTagClassName
{
color: #01B355;
}
</style>
background-color css
<style>
a { background-color: #01B355; }
a { background-color: rgb(1,179,85); }
div.DivClassName
{
background-color: #01B355;
}
.BgClassName
{
background-color: #01B355;
}
</style>
border-color css
<style>
span { border-color: #01B355; }
span { border-color: rgb(1,179,85); }
td.TdClassName
{
border-color: #01B355;
}
.TagClassName
{
border-color: #01B355;
}
</style>