#22957C

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

Shades of Elf Green #22957C

Tints of Elf Green #22957C

Color information

#22957C (or 0x22957C) is unknown color: approx Elf Green. HEX triplet: 22, 95 and 7C. RGB value is (34,149,124). Sum of RGB (Red+Green+Blue) = 34+149+124=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #22957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22957C is #DD6A83. Grayscale: #6F6F6F. Windows color (decimal): -14510724 or 8164642. OLE color: 8164642.

HSL color Cylindrical-coordinate representation of color #22957C: hue angle of 166.96º 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 #22957C is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB34149124-
CMYK0.7700.170.42
HSL166.96º62.84%35.88%-
HSV(B)166.96º77.18%58.43%-
XYZ15.0523.2922.77-
YUV111.76134.972.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.07%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=11.07%
G=48.53%
B=40.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341491240.7700.170.42166.9662.8435.88
Hex22957C4D0112Aa73f24
Octal42225174115021522477744
Binary100010100101011111100100110101000110101010100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22957C; }

 p { color: rgb(34,149,124); }

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

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

 a { background-color: rgb(34,149,124); }

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

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

 span { border-color: rgb(34,149,124); }

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