#228773

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

Shades of Elf Green #228773

Tints of Elf Green #228773

Color information

#228773 (or 0x228773) is unknown color: approx Elf Green. HEX triplet: 22, 87 and 73. RGB value is (34,135,115). Sum of RGB (Red+Green+Blue) = 34+135+115=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #228773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228773 is #DD788C. Grayscale: #666666. Windows color (decimal): -14514317 or 7571234. OLE color: 7571234.

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

Color convert

RGB34135115-
CMYK0.7500.150.47
HSL168.12º59.76%33.14%-
HSV(B)168.12º74.81%52.94%-
XYZ12.4218.9119.21-
YUV102.52135.0479.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=11.97%
G=47.54%
B=40.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341351150.7500.150.47168.1259.7633.14
Hex2287734B0F2Fa83c21
Octal42207163113017572507441
Binary10001010000111111001110010110111110111110101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228773; }

 p { color: rgb(34,135,115); }

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

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

 a { background-color: rgb(34,135,115); }

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

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

 span { border-color: rgb(34,135,115); }

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