#228C6D

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

Shades of Elf Green #228C6D

Tints of Elf Green #228C6D

Color information

#228C6D (or 0x228C6D) is unknown color: approx Elf Green. HEX triplet: 22, 8C and 6D. RGB value is (34,140,109). Sum of RGB (Red+Green+Blue) = 34+140+109=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #228C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228C6D is #DD7392. Grayscale: #686868. Windows color (decimal): -14513043 or 7179298. OLE color: 7179298.

HSL color Cylindrical-coordinate representation of color #228C6D: hue angle of 162.45º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228C6D is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB34140109-
CMYK0.7600.220.45
HSL162.45º60.92%34.12%-
HSV(B)162.45º75.71%54.9%-
XYZ12.820.217.69-
YUV104.77130.3877.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 140 (55.08% from 255) = 49.47%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=12.01%
G=49.47%
B=38.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341401090.7600.220.45162.4560.9234.12
Hex228C6D4C0162Da23d22
Octal42214155114026552427542
Binary100010100011001101101100110001011010110110100010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228C6D; }

 p { color: rgb(34,140,109); }

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

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

 a { background-color: rgb(34,140,109); }

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

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

 span { border-color: rgb(34,140,109); }

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