Shades of Dark Pastel Green #00B043
Tints of Dark Pastel Green #00B043
RGB
CMYK
RGB Variations
Color information
#00B043 (or 0x00B043) is known color: Dark Pastel Green. HEX triplet: 00, B0 and 43. RGB value is (0,176,67). Sum of RGB (Red+Green+Blue) = 0+176+67=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #00B043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B043 is #FF4FBC. Grayscale: #6F6F6F. Windows color (decimal): -16732093 or 4435968. OLE color: 4435968.
HSL color Cylindrical-coordinate representation of color #00B043: hue angle of 142.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B043 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 67 | - |
| CMYK | 1 | 0 | 0.62 | 0.31 |
| HSL | 142.84º | 1% | 0.35% | - |
| HSV(B) | 142.84º | 1% | 0.69% | - |
| XYZ | 16.54 | 31.46 | 10.51 | - |
| YUV | 110.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 67 | 1 | 0 | 0.62 | 0.31 | 142.84 | 1 | 0.35 |
| Hex | 0 | B0 | 43 | 64 | 0 | 3E | 1F | 8F | 64 | 23 |
| Octal | 0 | 260 | 103 | 144 | 0 | 76 | 37 | 217 | 144 | 43 |
| Binary | 0 | 10110000 | 1000011 | 1100100 | 0 | 111110 | 11111 | 10001111 | 1100100 | 100011 |
Color Harmonies of #00B043
Complementary color
Monochromatic Colors of #00B043
Black with #00B043
Text Example
Text Example
White with #00B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B043; }
p { color: rgb(0,176,67); }
H1.HeaderClassName
{
color: #00B043;
}
.AnyTagClassName
{
color: #00B043;
}
</style>
background-color css
<style>
a { background-color: #00B043; }
a { background-color: rgb(0,176,67); }
div.DivClassName
{
background-color: #00B043;
}
.BgClassName
{
background-color: #00B043;
}
</style>
border-color css
<style>
span { border-color: #00B043; }
span { border-color: rgb(0,176,67); }
td.TdClassName
{
border-color: #00B043;
}
.TagClassName
{
border-color: #00B043;
}
</style>