#279070

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

Shades of Elf Green #279070

Tints of Elf Green #279070

Color information

#279070 (or 0x279070) is unknown color: approx Elf Green. HEX triplet: 27, 90 and 70. RGB value is (39,144,112). Sum of RGB (Red+Green+Blue) = 39+144+112=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #279070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279070 is #D86F8F. Grayscale: #6C6C6C. Windows color (decimal): -14184336 or 7376935. OLE color: 7376935.

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

Color convert

RGB39144112-
CMYK0.7300.220.44
HSL161.71º57.38%35.88%-
HSV(B)161.71º72.92%56.47%-
XYZ13.7321.5518.76-
YUV108.96129.7178.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=13.22%
G=48.81%
B=37.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391441120.7300.220.44161.7157.3835.88
Hex279070490162Ca23924
Octal47220160111026542427144
Binary100111100100001110000100100101011010110010100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279070; }

 p { color: rgb(39,144,112); }

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

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

 a { background-color: rgb(39,144,112); }

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

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

 span { border-color: rgb(39,144,112); }

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