#228671

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

Shades of Elf Green #228671

Tints of Elf Green #228671

Color information

#228671 (or 0x228671) is unknown color: approx Elf Green. HEX triplet: 22, 86 and 71. RGB value is (34,134,113). Sum of RGB (Red+Green+Blue) = 34+134+113=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #228671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228671 is #DD798E. Grayscale: #656565. Windows color (decimal): -14514575 or 7439906. OLE color: 7439906.

HSL color Cylindrical-coordinate representation of color #228671: hue angle of 167.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228671 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB34134113-
CMYK0.7500.160.47
HSL167.4º59.52%32.94%-
HSV(B)167.4º74.63%52.55%-
XYZ12.1718.5818.57-
YUV101.71134.3779.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=12.10%
G=47.69%
B=40.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341341130.7500.160.47167.459.5232.94
Hex2286714B0102Fa73c21
Octal42206161113020572477441
Binary100010100001101110001100101101000010111110100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228671; }

 p { color: rgb(34,134,113); }

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

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

 a { background-color: rgb(34,134,113); }

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

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

 span { border-color: rgb(34,134,113); }

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