#228877

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

Shades of Elf Green #228877

Tints of Elf Green #228877

Color information

#228877 (or 0x228877) is unknown color: approx Elf Green. HEX triplet: 22, 88 and 77. RGB value is (34,136,119). Sum of RGB (Red+Green+Blue) = 34+136+119=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #228877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228877 is #DD7788. Grayscale: #676767. Windows color (decimal): -14514057 or 7833634. OLE color: 7833634.

HSL color Cylindrical-coordinate representation of color #228877: hue angle of 170º 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 #228877 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB34136119-
CMYK0.7500.120.47
HSL170º60%33.33%-
HSV(B)170º75%53.33%-
XYZ12.7919.2820.5-
YUV103.56136.7178.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=11.76%
G=47.06%
B=41.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341361190.7500.120.471706033.33
Hex2288774B0C2Faa3c21
Octal42210167113014572527441
Binary10001010001000111011110010110110010111110101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228877; }

 p { color: rgb(34,136,119); }

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

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

 a { background-color: rgb(34,136,119); }

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

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

 span { border-color: rgb(34,136,119); }

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