Shades of Dark Pastel Green #00B73A
Tints of Dark Pastel Green #00B73A
RGB
CMYK
RGB Variations
Color information
#00B73A (or 0x00B73A) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 3A. RGB value is (0,183,58). Sum of RGB (Red+Green+Blue) = 0+183+58=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 183 (71.88% from 255 or 75.93% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 183 - color contains mainly: green. Hex color #00B73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B73A is #FF48C5. Grayscale: #727272. Windows color (decimal): -16730310 or 3847936. OLE color: 3847936.
HSL color Cylindrical-coordinate representation of color #00B73A: hue angle of 139.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B73A is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 58 | - |
| CMYK | 1 | 0 | 0.68 | 0.28 |
| HSL | 139.02º | 1% | 0.36% | - |
| HSV(B) | 139.02º | 1% | 0.72% | - |
| XYZ | 17.7 | 34.17 | 9.67 | - |
| YUV | 114.03 | 96.37 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 58 | 1 | 0 | 0.68 | 0.28 | 139.02 | 1 | 0.36 |
| Hex | 0 | B7 | 3A | 64 | 0 | 44 | 1C | 8B | 64 | 24 |
| Octal | 0 | 267 | 72 | 144 | 0 | 104 | 34 | 213 | 144 | 44 |
| Binary | 0 | 10110111 | 111010 | 1100100 | 0 | 1000100 | 11100 | 10001011 | 1100100 | 100100 |
Color Harmonies of #00B73A
Complementary color
Monochromatic Colors of #00B73A
Black with #00B73A
Text Example
Text Example
White with #00B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B73A; }
p { color: rgb(0,183,58); }
H1.HeaderClassName
{
color: #00B73A;
}
.AnyTagClassName
{
color: #00B73A;
}
</style>
background-color css
<style>
a { background-color: #00B73A; }
a { background-color: rgb(0,183,58); }
div.DivClassName
{
background-color: #00B73A;
}
.BgClassName
{
background-color: #00B73A;
}
</style>
border-color css
<style>
span { border-color: #00B73A; }
span { border-color: rgb(0,183,58); }
td.TdClassName
{
border-color: #00B73A;
}
.TagClassName
{
border-color: #00B73A;
}
</style>