Shades of Dark Pastel Green #00B341
Tints of Dark Pastel Green #00B341
RGB
CMYK
RGB Variations
Color information
#00B341 (or 0x00B341) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 41. RGB value is (0,179,65). Sum of RGB (Red+Green+Blue) = 0+179+65=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #00B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B341 is #FF4CBE. Grayscale: #707070. Windows color (decimal): -16731327 or 4305664. OLE color: 4305664.
HSL color Cylindrical-coordinate representation of color #00B341: hue angle of 141.79º 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 #00B341 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 65 | - |
| CMYK | 1 | 0 | 0.64 | 0.30 |
| HSL | 141.79º | 1% | 0.35% | - |
| HSV(B) | 141.79º | 1% | 0.7% | - |
| XYZ | 17.07 | 32.62 | 10.4 | - |
| YUV | 112.48 | 101.2 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 65 | 1 | 0 | 0.64 | 0.30 | 141.79 | 1 | 0.35 |
| Hex | 0 | B3 | 41 | 64 | 0 | 40 | 1E | 8E | 64 | 23 |
| Octal | 0 | 263 | 101 | 144 | 0 | 100 | 36 | 216 | 144 | 43 |
| Binary | 0 | 10110011 | 1000001 | 1100100 | 0 | 1000000 | 11110 | 10001110 | 1100100 | 100011 |
Color Harmonies of #00B341
Complementary color
Monochromatic Colors of #00B341
Black with #00B341
Text Example
Text Example
White with #00B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B341; }
p { color: rgb(0,179,65); }
H1.HeaderClassName
{
color: #00B341;
}
.AnyTagClassName
{
color: #00B341;
}
</style>
background-color css
<style>
a { background-color: #00B341; }
a { background-color: rgb(0,179,65); }
div.DivClassName
{
background-color: #00B341;
}
.BgClassName
{
background-color: #00B341;
}
</style>
border-color css
<style>
span { border-color: #00B341; }
span { border-color: rgb(0,179,65); }
td.TdClassName
{
border-color: #00B341;
}
.TagClassName
{
border-color: #00B341;
}
</style>