#279274

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

Shades of Elf Green #279274

Tints of Elf Green #279274

Color information

#279274 (or 0x279274) is unknown color: approx Elf Green. HEX triplet: 27, 92 and 74. RGB value is (39,146,116). Sum of RGB (Red+Green+Blue) = 39+146+116=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #279274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279274 is #D86D8B. Grayscale: #6E6E6E. Windows color (decimal): -14183820 or 7639591. OLE color: 7639591.

HSL color Cylindrical-coordinate representation of color #279274: hue angle of 163.18º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279274 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB39146116-
CMYK0.7300.210.43
HSL163.18º57.84%36.27%-
HSV(B)163.18º73.29%57.25%-
XYZ14.2722.2520.07-
YUV110.59131.0576.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=12.96%
G=48.50%
B=38.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391461160.7300.210.43163.1857.8436.27
Hex279274490152Ba33a24
Octal47222164111025532437244
Binary100111100100101110100100100101010110101110100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279274; }

 p { color: rgb(39,146,116); }

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

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

 a { background-color: rgb(39,146,116); }

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

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

 span { border-color: rgb(39,146,116); }

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