#229081

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

Shades of Elm #229081

Tints of Elm #229081

Color information

#229081 (or 0x229081) is unknown color: approx Elm. HEX triplet: 22, 90 and 81. RGB value is (34,144,129). Sum of RGB (Red+Green+Blue) = 34+144+129=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #229081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229081 is #DD6F7E. Grayscale: #6D6D6D. Windows color (decimal): -14511999 or 8491042. OLE color: 8491042.

HSL color Cylindrical-coordinate representation of color #229081: hue angle of 171.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229081 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB34144129-
CMYK0.7600.100.44
HSL171.82º61.8%34.9%-
HSV(B)171.82º76.39%56.47%-
XYZ14.621.8724.22-
YUV109.4139.0674.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.07%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=11.07%
G=46.91%
B=42.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341441290.7600.100.44171.8261.834.9
Hex2290814C0A2Cac3e23
Octal42220201114012542547643
Binary100010100100001000000110011000101010110010101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229081; }

 p { color: rgb(34,144,129); }

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

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

 a { background-color: rgb(34,144,129); }

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

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

 span { border-color: rgb(34,144,129); }

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