Shades of Dark Pastel Green #25B345
Tints of Dark Pastel Green #25B345
RGB
CMYK
RGB Variations
Color information
#25B345 (or 0x25B345) is known color: Dark Pastel Green. HEX triplet: 25, B3 and 45. RGB value is (37,179,69). Sum of RGB (Red+Green+Blue) = 37+179+69=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #25B345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B345 is #DA4CBA. Grayscale: #7C7C7C. Windows color (decimal): -14306491 or 4567845. OLE color: 4567845.
HSL color Cylindrical-coordinate representation of color #25B345: hue angle of 133.52º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B345 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 179 | 69 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.30 |
| HSL | 133.52º | 0.66% | 0.42% | - |
| HSV(B) | 133.52º | 0.79% | 0.7% | - |
| XYZ | 17.96 | 33.06 | 11.07 | - |
| YUV | 124 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 69 | 0.79 | 0 | 0.61 | 0.30 | 133.52 | 0.66 | 0.42 |
| Hex | 25 | B3 | 45 | 4F | 0 | 3D | 1E | 86 | 42 | 2A |
| Octal | 45 | 263 | 105 | 117 | 0 | 75 | 36 | 206 | 102 | 52 |
| Binary | 100101 | 10110011 | 1000101 | 1001111 | 0 | 111101 | 11110 | 10000110 | 1000010 | 101010 |
Color Harmonies of #25B345
Complementary color
Monochromatic Colors of #25B345
Black with #25B345
Text Example
Text Example
White with #25B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B345; }
p { color: rgb(37,179,69); }
H1.HeaderClassName
{
color: #25B345;
}
.AnyTagClassName
{
color: #25B345;
}
</style>
background-color css
<style>
a { background-color: #25B345; }
a { background-color: rgb(37,179,69); }
div.DivClassName
{
background-color: #25B345;
}
.BgClassName
{
background-color: #25B345;
}
</style>
border-color css
<style>
span { border-color: #25B345; }
span { border-color: rgb(37,179,69); }
td.TdClassName
{
border-color: #25B345;
}
.TagClassName
{
border-color: #25B345;
}
</style>