#229068

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

Shades of Elf Green #229068

Tints of Elf Green #229068

Color information

#229068 (or 0x229068) is unknown color: approx Elf Green. HEX triplet: 22, 90 and 68. RGB value is (34,144,104). Sum of RGB (Red+Green+Blue) = 34+144+104=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #229068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229068 is #DD6F97. Grayscale: #6A6A6A. Windows color (decimal): -14512024 or 6852642. OLE color: 6852642.

HSL color Cylindrical-coordinate representation of color #229068: hue angle of 158.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229068 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB34144104-
CMYK0.7600.280.44
HSL158.18º61.8%34.9%-
HSV(B)158.18º76.39%56.47%-
XYZ13.1321.2916.51-
YUV106.55126.5676.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=12.06%
G=51.06%
B=36.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341441040.7600.280.44158.1861.834.9
Hex2290684C01C2C9e3e23
Octal42220150114034542367643
Binary100010100100001101000100110001110010110010011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229068; }

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

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

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

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

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

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

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

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