Shades of Dark Pastel Green #00B441
Tints of Dark Pastel Green #00B441
RGB
CMYK
RGB Variations
Color information
#00B441 (or 0x00B441) is known color: Dark Pastel Green. HEX triplet: 00, B4 and 41. RGB value is (0,180,65). Sum of RGB (Red+Green+Blue) = 0+180+65=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #00B441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B441 is #FF4BBE. Grayscale: #717171. Windows color (decimal): -16731071 or 4305920. OLE color: 4305920.
HSL color Cylindrical-coordinate representation of color #00B441: hue angle of 141.67º 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 #00B441 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 65 | - |
| CMYK | 1 | 0 | 0.64 | 0.29 |
| HSL | 141.67º | 1% | 0.35% | - |
| HSV(B) | 141.67º | 1% | 0.71% | - |
| XYZ | 17.28 | 33.02 | 10.46 | - |
| YUV | 113.07 | 100.87 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 65 | 1 | 0 | 0.64 | 0.29 | 141.67 | 1 | 0.35 |
| Hex | 0 | B4 | 41 | 64 | 0 | 40 | 1D | 8E | 64 | 23 |
| Octal | 0 | 264 | 101 | 144 | 0 | 100 | 35 | 216 | 144 | 43 |
| Binary | 0 | 10110100 | 1000001 | 1100100 | 0 | 1000000 | 11101 | 10001110 | 1100100 | 100011 |
Color Harmonies of #00B441
Complementary color
Monochromatic Colors of #00B441
Black with #00B441
Text Example
Text Example
White with #00B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B441; }
p { color: rgb(0,180,65); }
H1.HeaderClassName
{
color: #00B441;
}
.AnyTagClassName
{
color: #00B441;
}
</style>
background-color css
<style>
a { background-color: #00B441; }
a { background-color: rgb(0,180,65); }
div.DivClassName
{
background-color: #00B441;
}
.BgClassName
{
background-color: #00B441;
}
</style>
border-color css
<style>
span { border-color: #00B441; }
span { border-color: rgb(0,180,65); }
td.TdClassName
{
border-color: #00B441;
}
.TagClassName
{
border-color: #00B441;
}
</style>