#279974

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

Shades of Elf Green #279974

Tints of Elf Green #279974

Color information

#279974 (or 0x279974) is unknown color: approx Elf Green. HEX triplet: 27, 99 and 74. RGB value is (39,153,116). Sum of RGB (Red+Green+Blue) = 39+153+116=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #279974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279974 is #D8668B. Grayscale: #727272. Windows color (decimal): -14182028 or 7641383. OLE color: 7641383.

HSL color Cylindrical-coordinate representation of color #279974: hue angle of 160.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279974 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB39153116-
CMYK0.7500.240.4
HSL160.53º59.38%37.65%-
HSV(B)160.53º74.51%60%-
XYZ15.3824.4720.44-
YUV114.7128.7374.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=12.66%
G=49.68%
B=37.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391531160.7500.240.4160.5359.3837.65
Hex2799744B01828a13b26
Octal47231164113030502417346
Binary100111100110011110100100101101100010100010100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279974; }

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

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

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

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

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

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

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

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