#228961

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

Shades of Elf Green #228961

Tints of Elf Green #228961

Color information

#228961 (or 0x228961) is unknown color: approx Elf Green. HEX triplet: 22, 89 and 61. RGB value is (34,137,97). Sum of RGB (Red+Green+Blue) = 34+137+97=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #228961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228961 is #DD769E. Grayscale: #656565. Windows color (decimal): -14513823 or 6392098. OLE color: 6392098.

HSL color Cylindrical-coordinate representation of color #228961: hue angle of 156.7º 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 #228961 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB3413797-
CMYK0.7500.290.46
HSL156.7º60.23%33.53%-
HSV(B)156.7º75.18%53.73%-
XYZ11.7619.0914.37-
YUV101.64125.3879.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=12.69%
G=51.12%
B=36.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34137970.7500.290.46156.760.2333.53
Hex2289614B01D2E9d3c22
Octal42211141113035562357442
Binary100010100010011100001100101101110110111010011101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228961; }

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

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

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

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

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

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

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

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