#228969

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

Shades of Elf Green #228969

Tints of Elf Green #228969

Color information

#228969 (or 0x228969) is unknown color: approx Elf Green. HEX triplet: 22, 89 and 69. RGB value is (34,137,105). Sum of RGB (Red+Green+Blue) = 34+137+105=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #228969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228969 is #DD7696. Grayscale: #666666. Windows color (decimal): -14513815 or 6916386. OLE color: 6916386.

HSL color Cylindrical-coordinate representation of color #228969: hue angle of 161.36º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228969 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB34137105-
CMYK0.7500.230.46
HSL161.36º60.23%33.53%-
HSV(B)161.36º75.18%53.73%-
XYZ12.1619.2516.44-
YUV102.56129.3879.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=12.32%
G=49.64%
B=38.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341371050.7500.230.46161.3660.2333.53
Hex2289694B0172Ea13c22
Octal42211151113027562417442
Binary100010100010011101001100101101011110111010100001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228969; }

 p { color: rgb(34,137,105); }

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

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

 a { background-color: rgb(34,137,105); }

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

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

 span { border-color: rgb(34,137,105); }

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