Shades of Dark Pastel Green #25B144
Tints of Dark Pastel Green #25B144
RGB
CMYK
RGB Variations
Color information
#25B144 (or 0x25B144) is known color: Dark Pastel Green. HEX triplet: 25, B1 and 44. RGB value is (37,177,68). Sum of RGB (Red+Green+Blue) = 37+177+68=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #25B144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B144 is #DA4EBB. Grayscale: #7B7B7B. Windows color (decimal): -14307004 or 4501797. OLE color: 4501797.
HSL color Cylindrical-coordinate representation of color #25B144: hue angle of 133.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B144 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 177 | 68 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.31 |
| HSL | 133.29º | 0.65% | 0.42% | - |
| HSV(B) | 133.29º | 0.79% | 0.69% | - |
| XYZ | 17.53 | 32.25 | 10.77 | - |
| YUV | 122.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 177 | 68 | 0.79 | 0 | 0.62 | 0.31 | 133.29 | 0.65 | 0.42 |
| Hex | 25 | B1 | 44 | 4F | 0 | 3E | 1F | 85 | 41 | 2A |
| Octal | 45 | 261 | 104 | 117 | 0 | 76 | 37 | 205 | 101 | 52 |
| Binary | 100101 | 10110001 | 1000100 | 1001111 | 0 | 111110 | 11111 | 10000101 | 1000001 | 101010 |
Color Harmonies of #25B144
Complementary color
Monochromatic Colors of #25B144
Black with #25B144
Text Example
Text Example
White with #25B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B144; }
p { color: rgb(37,177,68); }
H1.HeaderClassName
{
color: #25B144;
}
.AnyTagClassName
{
color: #25B144;
}
</style>
background-color css
<style>
a { background-color: #25B144; }
a { background-color: rgb(37,177,68); }
div.DivClassName
{
background-color: #25B144;
}
.BgClassName
{
background-color: #25B144;
}
</style>
border-color css
<style>
span { border-color: #25B144; }
span { border-color: rgb(37,177,68); }
td.TdClassName
{
border-color: #25B144;
}
.TagClassName
{
border-color: #25B144;
}
</style>