Shades of Dark Pastel Green #00B43C
Tints of Dark Pastel Green #00B43C
RGB
CMYK
RGB Variations
Color information
#00B43C (or 0x00B43C) is known color: Dark Pastel Green. HEX triplet: 00, B4 and 3C. RGB value is (0,180,60). Sum of RGB (Red+Green+Blue) = 0+180+60=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #00B43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B43C is #FF4BC3. Grayscale: #707070. Windows color (decimal): -16731076 or 3978240. OLE color: 3978240.
HSL color Cylindrical-coordinate representation of color #00B43C: hue angle of 140º 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 #00B43C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 60 | - |
| CMYK | 1 | 0 | 0.67 | 0.29 |
| HSL | 140º | 1% | 0.35% | - |
| HSV(B) | 140º | 1% | 0.71% | - |
| XYZ | 17.14 | 32.97 | 9.74 | - |
| YUV | 112.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 60 | 1 | 0 | 0.67 | 0.29 | 140 | 1 | 0.35 |
| Hex | 0 | B4 | 3C | 64 | 0 | 43 | 1D | 8C | 64 | 23 |
| Octal | 0 | 264 | 74 | 144 | 0 | 103 | 35 | 214 | 144 | 43 |
| Binary | 0 | 10110100 | 111100 | 1100100 | 0 | 1000011 | 11101 | 10001100 | 1100100 | 100011 |
Color Harmonies of #00B43C
Complementary color
Monochromatic Colors of #00B43C
Black with #00B43C
Text Example
Text Example
White with #00B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B43C; }
p { color: rgb(0,180,60); }
H1.HeaderClassName
{
color: #00B43C;
}
.AnyTagClassName
{
color: #00B43C;
}
</style>
background-color css
<style>
a { background-color: #00B43C; }
a { background-color: rgb(0,180,60); }
div.DivClassName
{
background-color: #00B43C;
}
.BgClassName
{
background-color: #00B43C;
}
</style>
border-color css
<style>
span { border-color: #00B43C; }
span { border-color: rgb(0,180,60); }
td.TdClassName
{
border-color: #00B43C;
}
.TagClassName
{
border-color: #00B43C;
}
</style>