Shades of Elf Green #258268
Tints of Elf Green #258268
RGB
CMYK
RGB Variations
Color information
#258268 (or 0x258268) is known color: Elf Green. HEX triplet: 25, 82 and 68. RGB value is (37,130,104). Sum of RGB (Red+Green+Blue) = 37+130+104=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #258268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258268 is #DA7D97. Grayscale: #636363. Windows color (decimal): -14319000 or 6849061. OLE color: 6849061.
HSL color Cylindrical-coordinate representation of color #258268: hue angle of 163.23º 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 #258268 is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 104 | - |
| CMYK | 0.72 | 0 | 0.2 | 0.49 |
| HSL | 163.23º | 0.56% | 0.33% | - |
| HSV(B) | 163.23º | 0.72% | 0.51% | - |
| XYZ | 11.24 | 17.36 | 15.85 | - |
| YUV | 99.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 104 | 0.72 | 0 | 0.2 | 0.49 | 163.23 | 0.56 | 0.33 |
| Hex | 25 | 82 | 68 | 48 | 0 | 14 | 31 | A3 | 38 | 21 |
| Octal | 45 | 202 | 150 | 110 | 0 | 24 | 61 | 243 | 70 | 41 |
| Binary | 100101 | 10000010 | 1101000 | 1001000 | 0 | 10100 | 110001 | 10100011 | 111000 | 100001 |
Color Harmonies of #258268
Complementary color
Monochromatic Colors of #258268
Black with #258268
Text Example
Text Example
White with #258268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258268; }
p { color: rgb(37,130,104); }
H1.HeaderClassName
{
color: #258268;
}
.AnyTagClassName
{
color: #258268;
}
</style>
background-color css
<style>
a { background-color: #258268; }
a { background-color: rgb(37,130,104); }
div.DivClassName
{
background-color: #258268;
}
.BgClassName
{
background-color: #258268;
}
</style>
border-color css
<style>
span { border-color: #258268; }
span { border-color: rgb(37,130,104); }
td.TdClassName
{
border-color: #258268;
}
.TagClassName
{
border-color: #258268;
}
</style>