Shades of Elf Green #25826A
Tints of Elf Green #25826A
RGB
CMYK
RGB Variations
Color information
#25826A (or 0x25826A) is known color: Elf Green. HEX triplet: 25, 82 and 6A. RGB value is (37,130,106). Sum of RGB (Red+Green+Blue) = 37+130+106=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #25826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25826A is #DA7D95. Grayscale: #636363. Windows color (decimal): -14318998 or 6980133. OLE color: 6980133.
HSL color Cylindrical-coordinate representation of color #25826A: hue angle of 164.52º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25826A is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 106 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.49 |
| HSL | 164.52º | 0.56% | 0.33% | - |
| HSV(B) | 164.52º | 0.72% | 0.51% | - |
| XYZ | 11.35 | 17.4 | 16.4 | - |
| YUV | 99.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 106 | 0.72 | 0 | 0.18 | 0.49 | 164.52 | 0.56 | 0.33 |
| Hex | 25 | 82 | 6A | 48 | 0 | 12 | 31 | A5 | 38 | 21 |
| Octal | 45 | 202 | 152 | 110 | 0 | 22 | 61 | 245 | 70 | 41 |
| Binary | 100101 | 10000010 | 1101010 | 1001000 | 0 | 10010 | 110001 | 10100101 | 111000 | 100001 |
Color Harmonies of #25826A
Complementary color
Monochromatic Colors of #25826A
Black with #25826A
Text Example
Text Example
White with #25826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25826A; }
p { color: rgb(37,130,106); }
H1.HeaderClassName
{
color: #25826A;
}
.AnyTagClassName
{
color: #25826A;
}
</style>
background-color css
<style>
a { background-color: #25826A; }
a { background-color: rgb(37,130,106); }
div.DivClassName
{
background-color: #25826A;
}
.BgClassName
{
background-color: #25826A;
}
</style>
border-color css
<style>
span { border-color: #25826A; }
span { border-color: rgb(37,130,106); }
td.TdClassName
{
border-color: #25826A;
}
.TagClassName
{
border-color: #25826A;
}
</style>