Shades of Dark Pastel Green #00B73C
Tints of Dark Pastel Green #00B73C
RGB
CMYK
RGB Variations
Color information
#00B73C (or 0x00B73C) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 3C. RGB value is (0,183,60). Sum of RGB (Red+Green+Blue) = 0+183+60=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 183 (71.88% from 255 or 75.31% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 183 - color contains mainly: green. Hex color #00B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B73C is #FF48C3. Grayscale: #727272. Windows color (decimal): -16730308 or 3979008. OLE color: 3979008.
HSL color Cylindrical-coordinate representation of color #00B73C: hue angle of 139.67º 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 #00B73C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 60 | - |
| CMYK | 1 | 0 | 0.67 | 0.28 |
| HSL | 139.67º | 1% | 0.36% | - |
| HSV(B) | 139.67º | 1% | 0.72% | - |
| XYZ | 17.75 | 34.19 | 9.94 | - |
| YUV | 114.26 | 97.37 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 60 | 1 | 0 | 0.67 | 0.28 | 139.67 | 1 | 0.36 |
| Hex | 0 | B7 | 3C | 64 | 0 | 43 | 1C | 8C | 64 | 24 |
| Octal | 0 | 267 | 74 | 144 | 0 | 103 | 34 | 214 | 144 | 44 |
| Binary | 0 | 10110111 | 111100 | 1100100 | 0 | 1000011 | 11100 | 10001100 | 1100100 | 100100 |
Color Harmonies of #00B73C
Complementary color
Monochromatic Colors of #00B73C
Black with #00B73C
Text Example
Text Example
White with #00B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B73C; }
p { color: rgb(0,183,60); }
H1.HeaderClassName
{
color: #00B73C;
}
.AnyTagClassName
{
color: #00B73C;
}
</style>
background-color css
<style>
a { background-color: #00B73C; }
a { background-color: rgb(0,183,60); }
div.DivClassName
{
background-color: #00B73C;
}
.BgClassName
{
background-color: #00B73C;
}
</style>
border-color css
<style>
span { border-color: #00B73C; }
span { border-color: rgb(0,183,60); }
td.TdClassName
{
border-color: #00B73C;
}
.TagClassName
{
border-color: #00B73C;
}
</style>