#288672

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

Shades of Elf Green #288672

Tints of Elf Green #288672

Color information

#288672 (or 0x288672) is unknown color: approx Elf Green. HEX triplet: 28, 86 and 72. RGB value is (40,134,114). Sum of RGB (Red+Green+Blue) = 40+134+114=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #288672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288672 is #D7798D. Grayscale: #676767. Windows color (decimal): -14121358 or 7505448. OLE color: 7505448.

HSL color Cylindrical-coordinate representation of color #288672: hue angle of 167.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288672 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB40134114-
CMYK0.7000.150.47
HSL167.23º54.02%34.12%-
HSV(B)167.23º70.15%52.55%-
XYZ12.4418.7218.88-
YUV103.61133.8682.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=13.89%
G=46.53%
B=39.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401341140.7000.150.47167.2354.0234.12
Hex288672460F2Fa73622
Octal50206162106017572476642
Binary10100010000110111001010001100111110111110100111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288672; }

 p { color: rgb(40,134,114); }

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

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

 a { background-color: rgb(40,134,114); }

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

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

 span { border-color: rgb(40,134,114); }

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