#278B72

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

Shades of Elf Green #278B72

Tints of Elf Green #278B72

Color information

#278B72 (or 0x278B72) is unknown color: approx Elf Green. HEX triplet: 27, 8B and 72. RGB value is (39,139,114). Sum of RGB (Red+Green+Blue) = 39+139+114=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #278B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B72 is #D8748D. Grayscale: #6A6A6A. Windows color (decimal): -14185614 or 7506727. OLE color: 7506727.

HSL color Cylindrical-coordinate representation of color #278B72: hue angle of 165º degrees, saturation: 0.56, 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 #278B72 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB39139114-
CMYK0.7200.180.45
HSL165º56.18%34.9%-
HSV(B)165º71.94%54.51%-
XYZ13.1120.1119.11-
YUV106.25132.3780.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=13.36%
G=47.60%
B=39.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391140.7200.180.4516556.1834.9
Hex278B72480122Da53823
Octal47213162110022552457043
Binary100111100010111110010100100001001010110110100101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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