#278260

Color #278260 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #278260

Tints of Elf Green #278260

Color information

#278260 (or 0x278260) is unknown color: approx Elf Green. HEX triplet: 27, 82 and 60. RGB value is (39,130,96). Sum of RGB (Red+Green+Blue) = 39+130+96=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #278260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278260 is #D87D9F. Grayscale: #626262. Windows color (decimal): -14187936 or 6324775. OLE color: 6324775.

HSL color Cylindrical-coordinate representation of color #278260: hue angle of 157.58º 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 #278260 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB3913096-
CMYK0.7000.260.49
HSL157.58º53.85%33.14%-
HSV(B)157.58º70%50.98%-
XYZ10.9317.2413.82-
YUV98.92126.3585.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=14.72%
G=49.06%
B=36.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39130960.7000.260.49157.5853.8533.14
Hex2782604601A319e3621
Octal47202140106032612366641
Binary100111100000101100000100011001101011000110011110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278260; }

 p { color: rgb(39,130,96); }

 H1.HeaderClassName
 {
   color: #278260;
 }
 .AnyTagClassName
 {
   color: #278260;
 }
</style>
background-color css

<style>
 a { background-color: #278260; }

 a { background-color: rgb(39,130,96); }

 div.DivClassName
 {
   background-color: #278260;
 }
 .BgClassName
 {
   background-color: #278260;
 }
</style>
border-color css

<style>
 span { border-color: #278260; }

 span { border-color: rgb(39,130,96); }

 td.TdClassName
 {
   border-color: #278260;
 }
 .TagClassName
 {
   border-color: #278260;
 }
</style>