#227F6E

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

Shades of Elm #227F6E

Tints of Elm #227F6E

Color information

#227F6E (or 0x227F6E) is unknown color: approx Elm. HEX triplet: 22, 7F and 6E. RGB value is (34,127,110). Sum of RGB (Red+Green+Blue) = 34+127+110=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #227F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F6E is #DD8091. Grayscale: #616161. Windows color (decimal): -14516370 or 7241506. OLE color: 7241506.

HSL color Cylindrical-coordinate representation of color #227F6E: hue angle of 169.03º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F6E is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB34127110-
CMYK0.7300.130.50
HSL169.03º57.76%31.57%-
HSV(B)169.03º73.23%49.8%-
XYZ11.0616.6417.38-
YUV97.26135.1982.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 127 (50% from 255) = 46.86%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=12.55%
G=46.86%
B=40.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal341271100.7300.130.50169.0357.7631.57
Hex227F6E490D32a93a20
Octal42177156111015622517240
Binary1000101111111110111010010010110111001010101001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,127,110); }

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

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

 a { background-color: rgb(34,127,110); }

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

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

 span { border-color: rgb(34,127,110); }

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