#278D72

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

Shades of Elf Green #278D72

Tints of Elf Green #278D72

Color information

#278D72 (or 0x278D72) is unknown color: approx Elf Green. HEX triplet: 27, 8D and 72. RGB value is (39,141,114). Sum of RGB (Red+Green+Blue) = 39+141+114=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #278D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278D72 is #D8728D. Grayscale: #6B6B6B. Windows color (decimal): -14185102 or 7507239. OLE color: 7507239.

HSL color Cylindrical-coordinate representation of color #278D72: hue angle of 164.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278D72 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB39141114-
CMYK0.7200.190.45
HSL164.12º56.67%35.29%-
HSV(B)164.12º72.34%55.29%-
XYZ13.420.719.21-
YUV107.42131.7179.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=13.27%
G=47.96%
B=38.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391411140.7200.190.45164.1256.6735.29
Hex278D72480132Da43923
Octal47215162110023552447143
Binary100111100011011110010100100001001110110110100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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