#227E7B

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

Shades of Elm #227E7B

Tints of Elm #227E7B

Color information

#227E7B (or 0x227E7B) is unknown color: approx Elm. HEX triplet: 22, 7E and 7B. RGB value is (34,126,123). Sum of RGB (Red+Green+Blue) = 34+126+123=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #227E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E7B is #DD8184. Grayscale: #626262. Windows color (decimal): -14516613 or 8093218. OLE color: 8093218.

HSL color Cylindrical-coordinate representation of color #227E7B: hue angle of 178.04º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227E7B is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB34126123-
CMYK0.7300.020.51
HSL178.04º57.5%31.37%-
HSV(B)178.04º73.02%49.41%-
XYZ11.716.6921.34-
YUV98.15142.0282.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=12.01%
G=44.52%
B=43.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal341261230.7300.020.51178.0457.531.37
Hex227E7B490233b23a1f
Octal4217617311102632627237
Binary1000101111110111101110010010101100111011001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227E7B; }

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

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

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

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

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

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

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

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