#228864

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

Shades of Elf Green #228864

Tints of Elf Green #228864

Color information

#228864 (or 0x228864) is unknown color: approx Elf Green. HEX triplet: 22, 88 and 64. RGB value is (34,136,100). Sum of RGB (Red+Green+Blue) = 34+136+100=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #228864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228864 is #DD779B. Grayscale: #656565. Windows color (decimal): -14514076 or 6588450. OLE color: 6588450.

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

Color convert

RGB34136100-
CMYK0.7500.260.47
HSL158.82º60%33.33%-
HSV(B)158.82º75%53.33%-
XYZ11.7618.8715.08-
YUV101.4127.2179.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.59%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=12.59%
G=50.37%
B=37.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341361000.7500.260.47158.826033.33
Hex2288644B01A2F9f3c21
Octal42210144113032572377441
Binary100010100010001100100100101101101010111110011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228864; }

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

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

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

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

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

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

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

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