Shades of Elf Green #258269
Tints of Elf Green #258269
RGB
CMYK
RGB Variations
Color information
#258269 (or 0x258269) is known color: Elf Green. HEX triplet: 25, 82 and 69. RGB value is (37,130,105). Sum of RGB (Red+Green+Blue) = 37+130+105=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #258269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258269 is #DA7D96. Grayscale: #636363. Windows color (decimal): -14318999 or 6914597. OLE color: 6914597.
HSL color Cylindrical-coordinate representation of color #258269: hue angle of 163.87º 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 #258269 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 105 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.49 |
| HSL | 163.87º | 0.56% | 0.33% | - |
| HSV(B) | 163.87º | 0.72% | 0.51% | - |
| XYZ | 11.3 | 17.38 | 16.12 | - |
| YUV | 99.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 105 | 0.72 | 0 | 0.19 | 0.49 | 163.87 | 0.56 | 0.33 |
| Hex | 25 | 82 | 69 | 48 | 0 | 13 | 31 | A4 | 38 | 21 |
| Octal | 45 | 202 | 151 | 110 | 0 | 23 | 61 | 244 | 70 | 41 |
| Binary | 100101 | 10000010 | 1101001 | 1001000 | 0 | 10011 | 110001 | 10100100 | 111000 | 100001 |
Color Harmonies of #258269
Complementary color
Monochromatic Colors of #258269
Black with #258269
Text Example
Text Example
White with #258269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258269; }
p { color: rgb(37,130,105); }
H1.HeaderClassName
{
color: #258269;
}
.AnyTagClassName
{
color: #258269;
}
</style>
background-color css
<style>
a { background-color: #258269; }
a { background-color: rgb(37,130,105); }
div.DivClassName
{
background-color: #258269;
}
.BgClassName
{
background-color: #258269;
}
</style>
border-color css
<style>
span { border-color: #258269; }
span { border-color: rgb(37,130,105); }
td.TdClassName
{
border-color: #258269;
}
.TagClassName
{
border-color: #258269;
}
</style>