#22826B

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

Shades of Elf Green #22826B

Tints of Elf Green #22826B

Color information

#22826B (or 0x22826B) is unknown color: approx Elf Green. HEX triplet: 22, 82 and 6B. RGB value is (34,130,107). Sum of RGB (Red+Green+Blue) = 34+130+107=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #22826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22826B is #DD7D94. Grayscale: #626262. Windows color (decimal): -14515605 or 7045666. OLE color: 7045666.

HSL color Cylindrical-coordinate representation of color #22826B: hue angle of 165.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22826B is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB34130107-
CMYK0.7400.180.49
HSL165.62º58.54%32.16%-
HSV(B)165.62º73.85%50.98%-
XYZ11.317.3716.67-
YUV98.67132.781.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=12.55%
G=47.97%
B=39.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341301070.7400.180.49165.6258.5432.16
Hex22826B4A01231a63b20
Octal42202153112022612467340
Binary100010100000101101011100101001001011000110100110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22826B; }

 p { color: rgb(34,130,107); }

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

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

 a { background-color: rgb(34,130,107); }

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

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

 span { border-color: rgb(34,130,107); }

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