#277F65

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

Shades of Elf Green #277F65

Tints of Elf Green #277F65

Color information

#277F65 (or 0x277F65) is unknown color: approx Elf Green. HEX triplet: 27, 7F and 65. RGB value is (39,127,101). Sum of RGB (Red+Green+Blue) = 39+127+101=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #277F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F65 is #D8809A. Grayscale: #616161. Windows color (decimal): -14188699 or 6651687. OLE color: 6651687.

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

Color convert

RGB39127101-
CMYK0.6900.200.50
HSL162.27º53.01%32.55%-
HSV(B)162.27º69.29%49.8%-
XYZ10.7816.5514.94-
YUV97.72129.8586.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=14.61%
G=47.57%
B=37.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391271010.6900.200.50162.2753.0132.55
Hex277F654501432a23521
Octal47177145105024622426541
Binary10011111111111100101100010101010011001010100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277F65; }

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

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

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

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

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

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

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

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