Shades of Dark Pastel Green #00B445
Tints of Dark Pastel Green #00B445
RGB
CMYK
RGB Variations
Color information
#00B445 (or 0x00B445) is known color: Dark Pastel Green. HEX triplet: 00, B4 and 45. RGB value is (0,180,69). Sum of RGB (Red+Green+Blue) = 0+180+69=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #00B445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B445 is #FF4BBA. Grayscale: #717171. Windows color (decimal): -16731067 or 4568064. OLE color: 4568064.
HSL color Cylindrical-coordinate representation of color #00B445: hue angle of 143º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B445 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 69 | - |
| CMYK | 1 | 0 | 0.62 | 0.29 |
| HSL | 143º | 1% | 0.35% | - |
| HSV(B) | 143º | 1% | 0.71% | - |
| XYZ | 17.4 | 33.07 | 11.1 | - |
| YUV | 113.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 69 | 1 | 0 | 0.62 | 0.29 | 143 | 1 | 0.35 |
| Hex | 0 | B4 | 45 | 64 | 0 | 3E | 1D | 8F | 64 | 23 |
| Octal | 0 | 264 | 105 | 144 | 0 | 76 | 35 | 217 | 144 | 43 |
| Binary | 0 | 10110100 | 1000101 | 1100100 | 0 | 111110 | 11101 | 10001111 | 1100100 | 100011 |
Color Harmonies of #00B445
Complementary color
Monochromatic Colors of #00B445
Black with #00B445
Text Example
Text Example
White with #00B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B445; }
p { color: rgb(0,180,69); }
H1.HeaderClassName
{
color: #00B445;
}
.AnyTagClassName
{
color: #00B445;
}
</style>
background-color css
<style>
a { background-color: #00B445; }
a { background-color: rgb(0,180,69); }
div.DivClassName
{
background-color: #00B445;
}
.BgClassName
{
background-color: #00B445;
}
</style>
border-color css
<style>
span { border-color: #00B445; }
span { border-color: rgb(0,180,69); }
td.TdClassName
{
border-color: #00B445;
}
.TagClassName
{
border-color: #00B445;
}
</style>