#278060

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

Shades of Elf Green #278060

Tints of Elf Green #278060

Color information

#278060 (or 0x278060) is unknown color: approx Elf Green. HEX triplet: 27, 80 and 60. RGB value is (39,128,96). Sum of RGB (Red+Green+Blue) = 39+128+96=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #278060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278060 is #D87F9F. Grayscale: #616161. Windows color (decimal): -14188448 or 6324263. OLE color: 6324263.

HSL color Cylindrical-coordinate representation of color #278060: hue angle of 158.43º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278060 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB3912896-
CMYK0.7000.250.50
HSL158.43º53.29%32.75%-
HSV(B)158.43º69.53%50.2%-
XYZ10.6716.7113.73-
YUV97.74127.0186.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=14.83%
G=48.67%
B=36.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128960.7000.250.50158.4353.2932.75
Hex27806046019329e3521
Octal47200140106031622366541
Binary100111100000001100000100011001100111001010011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278060; }

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

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

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

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

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

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

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

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