#278365

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

Shades of Elf Green #278365

Tints of Elf Green #278365

Color information

#278365 (or 0x278365) is unknown color: approx Elf Green. HEX triplet: 27, 83 and 65. RGB value is (39,131,101). Sum of RGB (Red+Green+Blue) = 39+131+101=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #278365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278365 is #D87C9A. Grayscale: #646464. Windows color (decimal): -14187675 or 6652711. OLE color: 6652711.

HSL color Cylindrical-coordinate representation of color #278365: hue angle of 160.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278365 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB39131101-
CMYK0.7000.230.49
HSL160.43º54.12%33.33%-
HSV(B)160.43º70.23%51.37%-
XYZ11.317.615.11-
YUV100.07128.5284.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=14.39%
G=48.34%
B=37.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391311010.7000.230.49160.4354.1233.33
Hex2783654601731a03621
Octal47203145106027612406641
Binary100111100000111100101100011001011111000110100000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278365; }

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

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

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

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

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

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

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

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