#279975

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

Shades of Elf Green #279975

Tints of Elf Green #279975

Color information

#279975 (or 0x279975) is unknown color: approx Elf Green. HEX triplet: 27, 99 and 75. RGB value is (39,153,117). Sum of RGB (Red+Green+Blue) = 39+153+117=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #279975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279975 is #D8668A. Grayscale: #727272. Windows color (decimal): -14182027 or 7706919. OLE color: 7706919.

HSL color Cylindrical-coordinate representation of color #279975: hue angle of 161.05º 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 #279975 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB39153117-
CMYK0.7500.240.4
HSL161.05º59.38%37.65%-
HSV(B)161.05º74.51%60%-
XYZ15.4424.520.74-
YUV114.81129.2373.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=12.62%
G=49.51%
B=37.86%

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
Decimal391531170.7500.240.4161.0559.3837.65
Hex2799754B01828a13b26
Octal47231165113030502417346
Binary100111100110011110101100101101100010100010100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279975; }

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

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

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

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

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

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

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

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