#226F70

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

Shades of Elm #226F70

Tints of Elm #226F70

Color information

#226F70 (or 0x226F70) is unknown color: approx Elm. HEX triplet: 22, 6F and 70. RGB value is (34,111,112). Sum of RGB (Red+Green+Blue) = 34+111+112=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #226F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F70 is #DD908F. Grayscale: #585858. Windows color (decimal): -14520464 or 7368482. OLE color: 7368482.

HSL color Cylindrical-coordinate representation of color #226F70: hue angle of 180.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226F70 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34111112-
CMYK0.700.0100.56
HSL180.77º53.42%28.63%-
HSV(B)180.77º69.64%43.92%-
XYZ9.2712.8817.33-
YUV88.09141.4989.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=13.23%
G=43.19%
B=43.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341111120.700.0100.56180.7753.4228.63
Hex226F70461038b5351d
Octal4215716010610702656535
Binary100010110111111100001000110101110001011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226F70; }

 p { color: rgb(34,111,112); }

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

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

 a { background-color: rgb(34,111,112); }

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

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

 span { border-color: rgb(34,111,112); }

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