Shades of Dark Pastel Green #25AF42
Tints of Dark Pastel Green #25AF42
RGB
CMYK
RGB Variations
Color information
#25AF42 (or 0x25AF42) is known color: Dark Pastel Green. HEX triplet: 25, AF and 42. RGB value is (37,175,66). Sum of RGB (Red+Green+Blue) = 37+175+66=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF42 is #DA50BD. Grayscale: #797979. Windows color (decimal): -14307518 or 4370213. OLE color: 4370213.
HSL color Cylindrical-coordinate representation of color #25AF42: hue angle of 132.61º 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 #25AF42 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 66 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.31 |
| HSL | 132.61º | 0.65% | 0.42% | - |
| HSV(B) | 132.61º | 0.79% | 0.69% | - |
| XYZ | 17.08 | 31.45 | 10.32 | - |
| YUV | 121.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 66 | 0.79 | 0 | 0.62 | 0.31 | 132.61 | 0.65 | 0.42 |
| Hex | 25 | AF | 42 | 4F | 0 | 3E | 1F | 85 | 41 | 2A |
| Octal | 45 | 257 | 102 | 117 | 0 | 76 | 37 | 205 | 101 | 52 |
| Binary | 100101 | 10101111 | 1000010 | 1001111 | 0 | 111110 | 11111 | 10000101 | 1000001 | 101010 |
Color Harmonies of #25AF42
Complementary color
Monochromatic Colors of #25AF42
Black with #25AF42
Text Example
Text Example
White with #25AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF42; }
p { color: rgb(37,175,66); }
H1.HeaderClassName
{
color: #25AF42;
}
.AnyTagClassName
{
color: #25AF42;
}
</style>
background-color css
<style>
a { background-color: #25AF42; }
a { background-color: rgb(37,175,66); }
div.DivClassName
{
background-color: #25AF42;
}
.BgClassName
{
background-color: #25AF42;
}
</style>
border-color css
<style>
span { border-color: #25AF42; }
span { border-color: rgb(37,175,66); }
td.TdClassName
{
border-color: #25AF42;
}
.TagClassName
{
border-color: #25AF42;
}
</style>