Shades of Dark Pastel Green #25B444
Tints of Dark Pastel Green #25B444
RGB
CMYK
RGB Variations
Color information
#25B444 (or 0x25B444) is known color: Dark Pastel Green. HEX triplet: 25, B4 and 44. RGB value is (37,180,68). Sum of RGB (Red+Green+Blue) = 37+180+68=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #25B444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B444 is #DA4BBB. Grayscale: #7C7C7C. Windows color (decimal): -14306236 or 4502565. OLE color: 4502565.
HSL color Cylindrical-coordinate representation of color #25B444: hue angle of 133.01º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B444 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 68 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.29 |
| HSL | 133.01º | 0.66% | 0.43% | - |
| HSV(B) | 133.01º | 0.79% | 0.71% | - |
| XYZ | 18.13 | 33.45 | 10.97 | - |
| YUV | 124.48 | 96.12 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 68 | 0.79 | 0 | 0.62 | 0.29 | 133.01 | 0.66 | 0.43 |
| Hex | 25 | B4 | 44 | 4F | 0 | 3E | 1D | 85 | 42 | 2B |
| Octal | 45 | 264 | 104 | 117 | 0 | 76 | 35 | 205 | 102 | 53 |
| Binary | 100101 | 10110100 | 1000100 | 1001111 | 0 | 111110 | 11101 | 10000101 | 1000010 | 101011 |
Color Harmonies of #25B444
Complementary color
Monochromatic Colors of #25B444
Black with #25B444
Text Example
Text Example
White with #25B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B444; }
p { color: rgb(37,180,68); }
H1.HeaderClassName
{
color: #25B444;
}
.AnyTagClassName
{
color: #25B444;
}
</style>
background-color css
<style>
a { background-color: #25B444; }
a { background-color: rgb(37,180,68); }
div.DivClassName
{
background-color: #25B444;
}
.BgClassName
{
background-color: #25B444;
}
</style>
border-color css
<style>
span { border-color: #25B444; }
span { border-color: rgb(37,180,68); }
td.TdClassName
{
border-color: #25B444;
}
.TagClassName
{
border-color: #25B444;
}
</style>