Shades of Dark Pastel Green #25BA48
Tints of Dark Pastel Green #25BA48
RGB
CMYK
RGB Variations
Color information
#25BA48 (or 0x25BA48) is known color: Dark Pastel Green. HEX triplet: 25, BA and 48. RGB value is (37,186,72). Sum of RGB (Red+Green+Blue) = 37+186+72=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA48 is #DA45B7. Grayscale: #808080. Windows color (decimal): -14304696 or 4766245. OLE color: 4766245.
HSL color Cylindrical-coordinate representation of color #25BA48: hue angle of 134.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA48 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 72 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.27 |
| HSL | 134.09º | 0.67% | 0.44% | - |
| HSV(B) | 134.09º | 0.8% | 0.73% | - |
| XYZ | 19.49 | 35.98 | 12.05 | - |
| YUV | 128.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 72 | 0.80 | 0 | 0.61 | 0.27 | 134.09 | 0.67 | 0.44 |
| Hex | 25 | BA | 48 | 50 | 0 | 3D | 1B | 86 | 43 | 2C |
| Octal | 45 | 272 | 110 | 120 | 0 | 75 | 33 | 206 | 103 | 54 |
| Binary | 100101 | 10111010 | 1001000 | 1010000 | 0 | 111101 | 11011 | 10000110 | 1000011 | 101100 |
Color Harmonies of #25BA48
Complementary color
Monochromatic Colors of #25BA48
Black with #25BA48
Text Example
Text Example
White with #25BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA48; }
p { color: rgb(37,186,72); }
H1.HeaderClassName
{
color: #25BA48;
}
.AnyTagClassName
{
color: #25BA48;
}
</style>
background-color css
<style>
a { background-color: #25BA48; }
a { background-color: rgb(37,186,72); }
div.DivClassName
{
background-color: #25BA48;
}
.BgClassName
{
background-color: #25BA48;
}
</style>
border-color css
<style>
span { border-color: #25BA48; }
span { border-color: rgb(37,186,72); }
td.TdClassName
{
border-color: #25BA48;
}
.TagClassName
{
border-color: #25BA48;
}
</style>