#229466

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

Shades of Elf Green #229466

Tints of Elf Green #229466

Color information

#229466 (or 0x229466) is unknown color: approx Elf Green. HEX triplet: 22, 94 and 66. RGB value is (34,148,102). Sum of RGB (Red+Green+Blue) = 34+148+102=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #229466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229466 is #DD6B99. Grayscale: #6C6C6C. Windows color (decimal): -14511002 or 6722594. OLE color: 6722594.

HSL color Cylindrical-coordinate representation of color #229466: hue angle of 155.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229466 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB34148102-
CMYK0.7700.310.42
HSL155.79º62.64%35.69%-
HSV(B)155.79º77.03%58.04%-
XYZ13.6522.4816.19-
YUV108.67124.2374.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=11.97%
G=52.11%
B=35.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481020.7700.310.42155.7962.6435.69
Hex2294664D01F2A9c3f24
Octal42224146115037522347744
Binary100010100101001100110100110101111110101010011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229466; }

 p { color: rgb(34,148,102); }

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

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

 a { background-color: rgb(34,148,102); }

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

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

 span { border-color: rgb(34,148,102); }

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