Shades of Elf Green #278369
Tints of Elf Green #278369
RGB
CMYK
RGB Variations
Color information
#278369 (or 0x278369) is known color: Elf Green. HEX triplet: 27, 83 and 69. RGB value is (39,131,105). Sum of RGB (Red+Green+Blue) = 39+131+105=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #278369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278369 is #D87C96. Grayscale: #646464. Windows color (decimal): -14187671 or 6914855. OLE color: 6914855.
HSL color Cylindrical-coordinate representation of color #278369: hue angle of 163.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278369 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 105 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.49 |
| HSL | 163.04º | 0.54% | 0.33% | - |
| HSV(B) | 163.04º | 0.7% | 0.51% | - |
| XYZ | 11.5 | 17.68 | 16.17 | - |
| YUV | 100.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 105 | 0.70 | 0 | 0.20 | 0.49 | 163.04 | 0.54 | 0.33 |
| Hex | 27 | 83 | 69 | 46 | 0 | 14 | 31 | A3 | 36 | 21 |
| Octal | 47 | 203 | 151 | 106 | 0 | 24 | 61 | 243 | 66 | 41 |
| Binary | 100111 | 10000011 | 1101001 | 1000110 | 0 | 10100 | 110001 | 10100011 | 110110 | 100001 |
Color Harmonies of #278369
Complementary color
Monochromatic Colors of #278369
Black with #278369
Text Example
Text Example
White with #278369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278369; }
p { color: rgb(39,131,105); }
H1.HeaderClassName
{
color: #278369;
}
.AnyTagClassName
{
color: #278369;
}
</style>
background-color css
<style>
a { background-color: #278369; }
a { background-color: rgb(39,131,105); }
div.DivClassName
{
background-color: #278369;
}
.BgClassName
{
background-color: #278369;
}
</style>
border-color css
<style>
span { border-color: #278369; }
span { border-color: rgb(39,131,105); }
td.TdClassName
{
border-color: #278369;
}
.TagClassName
{
border-color: #278369;
}
</style>