#227F72

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

Shades of Elm #227F72

Tints of Elm #227F72

Color information

#227F72 (or 0x227F72) is unknown color: approx Elm. HEX triplet: 22, 7F and 72. RGB value is (34,127,114). Sum of RGB (Red+Green+Blue) = 34+127+114=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #227F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F72 is #DD808D. Grayscale: #616161. Windows color (decimal): -14516366 or 7503650. OLE color: 7503650.

HSL color Cylindrical-coordinate representation of color #227F72: hue angle of 171.61º 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 #227F72 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB34127114-
CMYK0.7300.100.50
HSL171.61º57.76%31.57%-
HSV(B)171.61º73.23%49.8%-
XYZ11.2916.7318.55-
YUV97.71137.1982.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=12.36%
G=46.18%
B=41.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal341271140.7300.100.50171.6157.7631.57
Hex227F72490A32ac3a20
Octal42177162111012622547240
Binary1000101111111111001010010010101011001010101100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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