#229268

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

Shades of Elf Green #229268

Tints of Elf Green #229268

Color information

#229268 (or 0x229268) is unknown color: approx Elf Green. HEX triplet: 22, 92 and 68. RGB value is (34,146,104). Sum of RGB (Red+Green+Blue) = 34+146+104=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #229268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229268 is #DD6D97. Grayscale: #6B6B6B. Windows color (decimal): -14511512 or 6853154. OLE color: 6853154.

HSL color Cylindrical-coordinate representation of color #229268: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229268 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB34146104-
CMYK0.7700.290.43
HSL157.5º62.22%35.29%-
HSV(B)157.5º76.71%57.25%-
XYZ13.4421.916.62-
YUV107.72125.8975.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=11.97%
G=51.41%
B=36.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461040.7700.290.43157.562.2235.29
Hex2292684D01D2B9e3e23
Octal42222150115035532367643
Binary100010100100101101000100110101110110101110011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229268; }

 p { color: rgb(34,146,104); }

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

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

 a { background-color: rgb(34,146,104); }

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

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

 span { border-color: rgb(34,146,104); }

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