#278B65

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

Shades of Elf Green #278B65

Tints of Elf Green #278B65

Color information

#278B65 (or 0x278B65) is unknown color: approx Elf Green. HEX triplet: 27, 8B and 65. RGB value is (39,139,101). Sum of RGB (Red+Green+Blue) = 39+139+101=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #278B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B65 is #D8749A. Grayscale: #686868. Windows color (decimal): -14185627 or 6654759. OLE color: 6654759.

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

Color convert

RGB39139101-
CMYK0.7200.270.45
HSL157.2º56.18%34.9%-
HSV(B)157.2º71.94%54.51%-
XYZ12.4219.8415.49-
YUV104.77125.8781.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=13.98%
G=49.82%
B=36.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391010.7200.270.45157.256.1834.9
Hex278B654801B2D9d3823
Octal47213145110033552357043
Binary100111100010111100101100100001101110110110011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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