Shades of Elf Green #258F7B
Tints of Elf Green #258F7B
RGB
CMYK
RGB Variations
Color information
#258F7B (or 0x258F7B) is known color: Elf Green. HEX triplet: 25, 8F and 7B. RGB value is (37,143,123). Sum of RGB (Red+Green+Blue) = 37+143+123=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #258F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F7B is #DA7084. Grayscale: #6C6C6C. Windows color (decimal): -14315653 or 8097573. OLE color: 8097573.
HSL color Cylindrical-coordinate representation of color #258F7B: hue angle of 168.68º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F7B is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 123 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.44 |
| HSL | 168.68º | 0.59% | 0.35% | - |
| HSV(B) | 168.68º | 0.74% | 0.56% | - |
| XYZ | 14.16 | 21.47 | 22.14 | - |
| YUV | 109.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 123 | 0.74 | 0 | 0.14 | 0.44 | 168.68 | 0.59 | 0.35 |
| Hex | 25 | 8F | 7B | 4A | 0 | E | 2C | A9 | 3B | 23 |
| Octal | 45 | 217 | 173 | 112 | 0 | 16 | 54 | 251 | 73 | 43 |
| Binary | 100101 | 10001111 | 1111011 | 1001010 | 0 | 1110 | 101100 | 10101001 | 111011 | 100011 |
Color Harmonies of #258F7B
Complementary color
Monochromatic Colors of #258F7B
Black with #258F7B
Text Example
Text Example
White with #258F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F7B; }
p { color: rgb(37,143,123); }
H1.HeaderClassName
{
color: #258F7B;
}
.AnyTagClassName
{
color: #258F7B;
}
</style>
background-color css
<style>
a { background-color: #258F7B; }
a { background-color: rgb(37,143,123); }
div.DivClassName
{
background-color: #258F7B;
}
.BgClassName
{
background-color: #258F7B;
}
</style>
border-color css
<style>
span { border-color: #258F7B; }
span { border-color: rgb(37,143,123); }
td.TdClassName
{
border-color: #258F7B;
}
.TagClassName
{
border-color: #258F7B;
}
</style>