Shades of Elf Green #258A6B
Tints of Elf Green #258A6B
RGB
CMYK
RGB Variations
Color information
#258A6B (or 0x258A6B) is known color: Elf Green. HEX triplet: 25, 8A and 6B. RGB value is (37,138,107). Sum of RGB (Red+Green+Blue) = 37+138+107=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #258A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A6B is #DA7594. Grayscale: #686868. Windows color (decimal): -14316949 or 7047717. OLE color: 7047717.
HSL color Cylindrical-coordinate representation of color #258A6B: hue angle of 161.58º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A6B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 107 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.46 |
| HSL | 161.58º | 0.58% | 0.34% | - |
| HSV(B) | 161.58º | 0.73% | 0.54% | - |
| XYZ | 12.51 | 19.63 | 17.04 | - |
| YUV | 104.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 107 | 0.73 | 0 | 0.22 | 0.46 | 161.58 | 0.58 | 0.34 |
| Hex | 25 | 8A | 6B | 49 | 0 | 16 | 2E | A2 | 3A | 22 |
| Octal | 45 | 212 | 153 | 111 | 0 | 26 | 56 | 242 | 72 | 42 |
| Binary | 100101 | 10001010 | 1101011 | 1001001 | 0 | 10110 | 101110 | 10100010 | 111010 | 100010 |
Color Harmonies of #258A6B
Complementary color
Monochromatic Colors of #258A6B
Black with #258A6B
Text Example
Text Example
White with #258A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A6B; }
p { color: rgb(37,138,107); }
H1.HeaderClassName
{
color: #258A6B;
}
.AnyTagClassName
{
color: #258A6B;
}
</style>
background-color css
<style>
a { background-color: #258A6B; }
a { background-color: rgb(37,138,107); }
div.DivClassName
{
background-color: #258A6B;
}
.BgClassName
{
background-color: #258A6B;
}
</style>
border-color css
<style>
span { border-color: #258A6B; }
span { border-color: rgb(37,138,107); }
td.TdClassName
{
border-color: #258A6B;
}
.TagClassName
{
border-color: #258A6B;
}
</style>