Shades of Dark Pastel Green #00B227
Tints of Dark Pastel Green #00B227
RGB
CMYK
RGB Variations
Color information
#00B227 (or 0x00B227) is known color: Dark Pastel Green. HEX triplet: 00, B2 and 27. RGB value is (0,178,39). Sum of RGB (Red+Green+Blue) = 0+178+39=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 178 (69.92% from 255 or 82.03% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 178 - color contains mainly: green. Hex color #00B227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B227 is #FF4DD8. Grayscale: #6D6D6D. Windows color (decimal): -16731609 or 2601472. OLE color: 2601472.
HSL color Cylindrical-coordinate representation of color #00B227: hue angle of 133.15º 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 #00B227 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 39 | - |
| CMYK | 1 | 0 | 0.78 | 0.30 |
| HSL | 133.15º | 1% | 0.35% | - |
| HSV(B) | 133.15º | 1% | 0.7% | - |
| XYZ | 16.29 | 31.99 | 7.24 | - |
| YUV | 108.93 | 88.53 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 39 | 1 | 0 | 0.78 | 0.30 | 133.15 | 1 | 0.35 |
| Hex | 0 | B2 | 27 | 64 | 0 | 4E | 1E | 85 | 64 | 23 |
| Octal | 0 | 262 | 47 | 144 | 0 | 116 | 36 | 205 | 144 | 43 |
| Binary | 0 | 10110010 | 100111 | 1100100 | 0 | 1001110 | 11110 | 10000101 | 1100100 | 100011 |
Color Harmonies of #00B227
Complementary color
Monochromatic Colors of #00B227
Black with #00B227
Text Example
Text Example
White with #00B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B227; }
p { color: rgb(0,178,39); }
H1.HeaderClassName
{
color: #00B227;
}
.AnyTagClassName
{
color: #00B227;
}
</style>
background-color css
<style>
a { background-color: #00B227; }
a { background-color: rgb(0,178,39); }
div.DivClassName
{
background-color: #00B227;
}
.BgClassName
{
background-color: #00B227;
}
</style>
border-color css
<style>
span { border-color: #00B227; }
span { border-color: rgb(0,178,39); }
td.TdClassName
{
border-color: #00B227;
}
.TagClassName
{
border-color: #00B227;
}
</style>