Shades of Dark Pastel Green #00B53C
Tints of Dark Pastel Green #00B53C
RGB
CMYK
RGB Variations
Color information
#00B53C (or 0x00B53C) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 3C. RGB value is (0,181,60). Sum of RGB (Red+Green+Blue) = 0+181+60=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 181 (71.09% from 255 or 75.10% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 181 - color contains mainly: green. Hex color #00B53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B53C is #FF4AC3. Grayscale: #717171. Windows color (decimal): -16730820 or 3978496. OLE color: 3978496.
HSL color Cylindrical-coordinate representation of color #00B53C: hue angle of 139.89º 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 #00B53C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 60 | - |
| CMYK | 1 | 0 | 0.67 | 0.29 |
| HSL | 139.89º | 1% | 0.35% | - |
| HSV(B) | 139.89º | 1% | 0.71% | - |
| XYZ | 17.34 | 33.37 | 9.8 | - |
| YUV | 113.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 60 | 1 | 0 | 0.67 | 0.29 | 139.89 | 1 | 0.35 |
| Hex | 0 | B5 | 3C | 64 | 0 | 43 | 1D | 8C | 64 | 23 |
| Octal | 0 | 265 | 74 | 144 | 0 | 103 | 35 | 214 | 144 | 43 |
| Binary | 0 | 10110101 | 111100 | 1100100 | 0 | 1000011 | 11101 | 10001100 | 1100100 | 100011 |
Color Harmonies of #00B53C
Complementary color
Monochromatic Colors of #00B53C
Black with #00B53C
Text Example
Text Example
White with #00B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B53C; }
p { color: rgb(0,181,60); }
H1.HeaderClassName
{
color: #00B53C;
}
.AnyTagClassName
{
color: #00B53C;
}
</style>
background-color css
<style>
a { background-color: #00B53C; }
a { background-color: rgb(0,181,60); }
div.DivClassName
{
background-color: #00B53C;
}
.BgClassName
{
background-color: #00B53C;
}
</style>
border-color css
<style>
span { border-color: #00B53C; }
span { border-color: rgb(0,181,60); }
td.TdClassName
{
border-color: #00B53C;
}
.TagClassName
{
border-color: #00B53C;
}
</style>