Shades of Pigment Green #00B34D
Tints of Pigment Green #00B34D
RGB
CMYK
RGB Variations
Color information
#00B34D (or 0x00B34D) is known color: Pigment Green. HEX triplet: 00, B3 and 4D. RGB value is (0,179,77). Sum of RGB (Red+Green+Blue) = 0+179+77=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #00B34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B34D is #FF4CB2. Grayscale: #727272. Windows color (decimal): -16731315 or 5092096. OLE color: 5092096.
HSL color Cylindrical-coordinate representation of color #00B34D: hue angle of 145.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B34D is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 77 | - |
| CMYK | 1 | 0 | 0.57 | 0.30 |
| HSL | 145.81º | 1% | 0.35% | - |
| HSV(B) | 145.81º | 1% | 0.7% | - |
| XYZ | 17.46 | 32.78 | 12.43 | - |
| YUV | 113.85 | 107.2 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 77 | 1 | 0 | 0.57 | 0.30 | 145.81 | 1 | 0.35 |
| Hex | 0 | B3 | 4D | 64 | 0 | 39 | 1E | 92 | 64 | 23 |
| Octal | 0 | 263 | 115 | 144 | 0 | 71 | 36 | 222 | 144 | 43 |
| Binary | 0 | 10110011 | 1001101 | 1100100 | 0 | 111001 | 11110 | 10010010 | 1100100 | 100011 |
Color Harmonies of #00B34D
Complementary color
Monochromatic Colors of #00B34D
Black with #00B34D
Text Example
Text Example
White with #00B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B34D; }
p { color: rgb(0,179,77); }
H1.HeaderClassName
{
color: #00B34D;
}
.AnyTagClassName
{
color: #00B34D;
}
</style>
background-color css
<style>
a { background-color: #00B34D; }
a { background-color: rgb(0,179,77); }
div.DivClassName
{
background-color: #00B34D;
}
.BgClassName
{
background-color: #00B34D;
}
</style>
border-color css
<style>
span { border-color: #00B34D; }
span { border-color: rgb(0,179,77); }
td.TdClassName
{
border-color: #00B34D;
}
.TagClassName
{
border-color: #00B34D;
}
</style>