Shades of Dark Pastel Green #05BF2D
Tints of Dark Pastel Green #05BF2D
RGB
CMYK
RGB Variations
Color information
#05BF2D (or 0x05BF2D) is known color: Dark Pastel Green. HEX triplet: 05, BF and 2D. RGB value is (5,191,45). Sum of RGB (Red+Green+Blue) = 5+191+45=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #05BF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BF2D is #FA40D2. Grayscale: #777777. Windows color (decimal): -16400595 or 2998021. OLE color: 2998021.
HSL color Cylindrical-coordinate representation of color #05BF2D: hue angle of 132.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BF2D is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 191 | 45 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.25 |
| HSL | 132.9º | 0.95% | 0.38% | - |
| HSV(B) | 132.9º | 0.97% | 0.75% | - |
| XYZ | 19.17 | 37.48 | 8.71 | - |
| YUV | 118.74 | 86.38 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 45 | 0.97 | 0 | 0.76 | 0.25 | 132.9 | 0.95 | 0.38 |
| Hex | 5 | BF | 2D | 61 | 0 | 4C | 19 | 85 | 5F | 26 |
| Octal | 5 | 277 | 55 | 141 | 0 | 114 | 31 | 205 | 137 | 46 |
| Binary | 101 | 10111111 | 101101 | 1100001 | 0 | 1001100 | 11001 | 10000101 | 1011111 | 100110 |
Color Harmonies of #05BF2D
Complementary color
Monochromatic Colors of #05BF2D
Black with #05BF2D
Text Example
Text Example
White with #05BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BF2D; }
p { color: rgb(5,191,45); }
H1.HeaderClassName
{
color: #05BF2D;
}
.AnyTagClassName
{
color: #05BF2D;
}
</style>
background-color css
<style>
a { background-color: #05BF2D; }
a { background-color: rgb(5,191,45); }
div.DivClassName
{
background-color: #05BF2D;
}
.BgClassName
{
background-color: #05BF2D;
}
</style>
border-color css
<style>
span { border-color: #05BF2D; }
span { border-color: rgb(5,191,45); }
td.TdClassName
{
border-color: #05BF2D;
}
.TagClassName
{
border-color: #05BF2D;
}
</style>