#228976

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

Shades of Elf Green #228976

Tints of Elf Green #228976

Color information

#228976 (or 0x228976) is unknown color: approx Elf Green. HEX triplet: 22, 89 and 76. RGB value is (34,137,118). Sum of RGB (Red+Green+Blue) = 34+137+118=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #228976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228976 is #DD7689. Grayscale: #686868. Windows color (decimal): -14513802 or 7768354. OLE color: 7768354.

HSL color Cylindrical-coordinate representation of color #228976: hue angle of 168.93º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228976 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB34137118-
CMYK0.7500.140.46
HSL168.93º60.23%33.53%-
HSV(B)168.93º75.18%53.73%-
XYZ12.8819.5420.23-
YUV104.04135.8878.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=11.76%
G=47.40%
B=40.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341371180.7500.140.46168.9360.2333.53
Hex2289764B0E2Ea93c22
Octal42211166113016562517442
Binary10001010001001111011010010110111010111010101001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228976; }

 p { color: rgb(34,137,118); }

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

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

 a { background-color: rgb(34,137,118); }

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

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

 span { border-color: rgb(34,137,118); }

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