#278F72

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

Shades of Elf Green #278F72

Tints of Elf Green #278F72

Color information

#278F72 (or 0x278F72) is unknown color: approx Elf Green. HEX triplet: 27, 8F and 72. RGB value is (39,143,114). Sum of RGB (Red+Green+Blue) = 39+143+114=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #278F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278F72 is #D8708D. Grayscale: #6C6C6C. Windows color (decimal): -14184590 or 7507751. OLE color: 7507751.

HSL color Cylindrical-coordinate representation of color #278F72: hue angle of 163.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278F72 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB39143114-
CMYK0.7300.200.44
HSL163.27º57.14%35.69%-
HSV(B)163.27º72.73%56.08%-
XYZ13.721.2919.31-
YUV108.6131.0478.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 143 (56.25% from 255) = 48.31%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=13.18%
G=48.31%
B=38.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391431140.7300.200.44163.2757.1435.69
Hex278F72490142Ca33924
Octal47217162111024542437144
Binary100111100011111110010100100101010010110010100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278F72; }

 p { color: rgb(39,143,114); }

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

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

 a { background-color: rgb(39,143,114); }

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

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

 span { border-color: rgb(39,143,114); }

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