#227D6D

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

Shades of Elm #227D6D

Tints of Elm #227D6D

Color information

#227D6D (or 0x227D6D) is unknown color: approx Elm. HEX triplet: 22, 7D and 6D. RGB value is (34,125,109). Sum of RGB (Red+Green+Blue) = 34+125+109=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #227D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D6D is #DD8292. Grayscale: #5F5F5F. Windows color (decimal): -14516883 or 7175458. OLE color: 7175458.

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

Color convert

RGB34125109-
CMYK0.7300.130.51
HSL169.45º57.23%31.18%-
HSV(B)169.45º72.8%49.02%-
XYZ10.7516.1117.01-
YUV95.97135.3583.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 125 (49.22% from 255) = 46.64%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=12.69%
G=46.64%
B=40.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal341251090.7300.130.51169.4557.2331.18
Hex227D6D490D33a9391f
Octal42175155111015632517137
Binary100010111110111011011001001011011100111010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,125,109); }

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

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

 a { background-color: rgb(34,125,109); }

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

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

 span { border-color: rgb(34,125,109); }

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