#228B84

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

Shades of Elm #228B84

Tints of Elm #228B84

Color information

#228B84 (or 0x228B84) is unknown color: approx Elm. HEX triplet: 22, 8B and 84. RGB value is (34,139,132). Sum of RGB (Red+Green+Blue) = 34+139+132=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #228B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228B84 is #DD747B. Grayscale: #6A6A6A. Windows color (decimal): -14513276 or 8686370. OLE color: 8686370.

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

Color convert

RGB34139132-
CMYK0.7600.050.45
HSL176º60.69%33.92%-
HSV(B)176º75.54%54.51%-
XYZ14.0620.4725.04-
YUV106.81142.2176.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.15%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=11.15%
G=45.57%
B=43.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341391320.7600.050.4517660.6933.92
Hex228B844C052Db03d22
Octal4221320411405552607542
Binary10001010001011100001001001100010110110110110000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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