#279B75

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

Shades of Elf Green #279B75

Tints of Elf Green #279B75

Color information

#279B75 (or 0x279B75) is unknown color: approx Elf Green. HEX triplet: 27, 9B and 75. RGB value is (39,155,117). Sum of RGB (Red+Green+Blue) = 39+155+117=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #279B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B75 is #D8648A. Grayscale: #747474. Windows color (decimal): -14181515 or 7707431. OLE color: 7707431.

HSL color Cylindrical-coordinate representation of color #279B75: hue angle of 160.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279B75 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB39155117-
CMYK0.7500.250.39
HSL160.34º59.79%38.04%-
HSV(B)160.34º74.84%60.78%-
XYZ15.7725.1620.85-
YUV115.98128.5773.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=12.54%
G=49.84%
B=37.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391551170.7500.250.39160.3459.7938.04
Hex279B754B01927a03c26
Octal47233165113031472407446
Binary100111100110111110101100101101100110011110100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279B75; }

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

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

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

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

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

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

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

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