Shades of Dark Pastel Green #04BF2D
Tints of Dark Pastel Green #04BF2D
RGB
CMYK
RGB Variations
Color information
#04BF2D (or 0x04BF2D) is known color: Dark Pastel Green. HEX triplet: 04, BF and 2D. RGB value is (4,191,45). Sum of RGB (Red+Green+Blue) = 4+191+45=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BF2D is #FB40D2. Grayscale: #767676. Windows color (decimal): -16466131 or 2998020. OLE color: 2998020.
HSL color Cylindrical-coordinate representation of color #04BF2D: hue angle of 133.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF2D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 45 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.25 |
| HSL | 133.16º | 0.96% | 0.38% | - |
| HSV(B) | 133.16º | 0.98% | 0.75% | - |
| XYZ | 19.15 | 37.48 | 8.71 | - |
| YUV | 118.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 45 | 0.98 | 0 | 0.76 | 0.25 | 133.16 | 0.96 | 0.38 |
| Hex | 4 | BF | 2D | 62 | 0 | 4C | 19 | 85 | 60 | 26 |
| Octal | 4 | 277 | 55 | 142 | 0 | 114 | 31 | 205 | 140 | 46 |
| Binary | 100 | 10111111 | 101101 | 1100010 | 0 | 1001100 | 11001 | 10000101 | 1100000 | 100110 |
Color Harmonies of #04BF2D
Complementary color
Monochromatic Colors of #04BF2D
Black with #04BF2D
Text Example
Text Example
White with #04BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF2D; }
p { color: rgb(4,191,45); }
H1.HeaderClassName
{
color: #04BF2D;
}
.AnyTagClassName
{
color: #04BF2D;
}
</style>
background-color css
<style>
a { background-color: #04BF2D; }
a { background-color: rgb(4,191,45); }
div.DivClassName
{
background-color: #04BF2D;
}
.BgClassName
{
background-color: #04BF2D;
}
</style>
border-color css
<style>
span { border-color: #04BF2D; }
span { border-color: rgb(4,191,45); }
td.TdClassName
{
border-color: #04BF2D;
}
.TagClassName
{
border-color: #04BF2D;
}
</style>