Shades of Elf Green #258B6B
Tints of Elf Green #258B6B
RGB
CMYK
RGB Variations
Color information
#258B6B (or 0x258B6B) is known color: Elf Green. HEX triplet: 25, 8B and 6B. RGB value is (37,139,107). Sum of RGB (Red+Green+Blue) = 37+139+107=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #258B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B6B is #DA7494. Grayscale: #686868. Windows color (decimal): -14316693 or 7047973. OLE color: 7047973.
HSL color Cylindrical-coordinate representation of color #258B6B: hue angle of 161.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B6B is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 107 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.45 |
| HSL | 161.18º | 0.58% | 0.35% | - |
| HSV(B) | 161.18º | 0.73% | 0.55% | - |
| XYZ | 12.65 | 19.92 | 17.09 | - |
| YUV | 104.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 107 | 0.73 | 0 | 0.23 | 0.45 | 161.18 | 0.58 | 0.35 |
| Hex | 25 | 8B | 6B | 49 | 0 | 17 | 2D | A1 | 3A | 23 |
| Octal | 45 | 213 | 153 | 111 | 0 | 27 | 55 | 241 | 72 | 43 |
| Binary | 100101 | 10001011 | 1101011 | 1001001 | 0 | 10111 | 101101 | 10100001 | 111010 | 100011 |
Color Harmonies of #258B6B
Complementary color
Monochromatic Colors of #258B6B
Black with #258B6B
Text Example
Text Example
White with #258B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B6B; }
p { color: rgb(37,139,107); }
H1.HeaderClassName
{
color: #258B6B;
}
.AnyTagClassName
{
color: #258B6B;
}
</style>
background-color css
<style>
a { background-color: #258B6B; }
a { background-color: rgb(37,139,107); }
div.DivClassName
{
background-color: #258B6B;
}
.BgClassName
{
background-color: #258B6B;
}
</style>
border-color css
<style>
span { border-color: #258B6B; }
span { border-color: rgb(37,139,107); }
td.TdClassName
{
border-color: #258B6B;
}
.TagClassName
{
border-color: #258B6B;
}
</style>