Shades of Dark Pastel Green #05B22D
Tints of Dark Pastel Green #05B22D
RGB
CMYK
RGB Variations
Color information
#05B22D (or 0x05B22D) is known color: Dark Pastel Green. HEX triplet: 05, B2 and 2D. RGB value is (5,178,45). Sum of RGB (Red+Green+Blue) = 5+178+45=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #05B22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B22D is #FA4DD2. Grayscale: #6F6F6F. Windows color (decimal): -16403923 or 2994693. OLE color: 2994693.
HSL color Cylindrical-coordinate representation of color #05B22D: hue angle of 133.87º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B22D is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 45 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.30 |
| HSL | 133.87º | 0.95% | 0.36% | - |
| HSV(B) | 133.87º | 0.97% | 0.7% | - |
| XYZ | 16.46 | 32.06 | 7.8 | - |
| YUV | 111.11 | 90.69 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 45 | 0.97 | 0 | 0.75 | 0.30 | 133.87 | 0.95 | 0.36 |
| Hex | 5 | B2 | 2D | 61 | 0 | 4B | 1E | 86 | 5F | 24 |
| Octal | 5 | 262 | 55 | 141 | 0 | 113 | 36 | 206 | 137 | 44 |
| Binary | 101 | 10110010 | 101101 | 1100001 | 0 | 1001011 | 11110 | 10000110 | 1011111 | 100100 |
Color Harmonies of #05B22D
Complementary color
Monochromatic Colors of #05B22D
Black with #05B22D
Text Example
Text Example
White with #05B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B22D; }
p { color: rgb(5,178,45); }
H1.HeaderClassName
{
color: #05B22D;
}
.AnyTagClassName
{
color: #05B22D;
}
</style>
background-color css
<style>
a { background-color: #05B22D; }
a { background-color: rgb(5,178,45); }
div.DivClassName
{
background-color: #05B22D;
}
.BgClassName
{
background-color: #05B22D;
}
</style>
border-color css
<style>
span { border-color: #05B22D; }
span { border-color: rgb(5,178,45); }
td.TdClassName
{
border-color: #05B22D;
}
.TagClassName
{
border-color: #05B22D;
}
</style>