#228B7E

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

Shades of Elm #228B7E

Tints of Elm #228B7E

Color information

#228B7E (or 0x228B7E) is unknown color: approx Elm. HEX triplet: 22, 8B and 7E. RGB value is (34,139,126). Sum of RGB (Red+Green+Blue) = 34+139+126=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #228B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228B7E is #DD7481. Grayscale: #6A6A6A. Windows color (decimal): -14513282 or 8293154. OLE color: 8293154.

HSL color Cylindrical-coordinate representation of color #228B7E: hue angle of 172.57º 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 #228B7E is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB34139126-
CMYK0.7600.090.45
HSL172.57º60.69%33.92%-
HSV(B)172.57º75.54%54.51%-
XYZ13.6620.3122.94-
YUV106.12139.2176.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=11.37%
G=46.49%
B=42.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341391260.7600.090.45172.5760.6933.92
Hex228B7E4C092Dad3d22
Octal42213176114011552557542
Binary10001010001011111111010011000100110110110101101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,139,126); }

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

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

 a { background-color: rgb(34,139,126); }

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

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

 span { border-color: rgb(34,139,126); }

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