#227975

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

Shades of Elm #227975

Tints of Elm #227975

Color information

#227975 (or 0x227975) is unknown color: approx Elm. HEX triplet: 22, 79 and 75. RGB value is (34,121,117). Sum of RGB (Red+Green+Blue) = 34+121+117=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #227975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227975 is #DD868A. Grayscale: #5E5E5E. Windows color (decimal): -14517899 or 7698722. OLE color: 7698722.

HSL color Cylindrical-coordinate representation of color #227975: hue angle of 177.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227975 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB34121117-
CMYK0.7200.030.53
HSL177.24º56.13%30.39%-
HSV(B)177.24º71.9%47.45%-
XYZ10.7115.319.22-
YUV94.53140.6884.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=12.5%
G=44.49%
B=43.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341211170.7200.030.53177.2456.1330.39
Hex227975480335b1381e
Octal4217116511003652617036
Binary1000101111001111010110010000111101011011000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227975; }

 p { color: rgb(34,121,117); }

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

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

 a { background-color: rgb(34,121,117); }

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

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

 span { border-color: rgb(34,121,117); }

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