#298277

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

Shades of Elm #298277

Tints of Elm #298277

Color information

#298277 (or 0x298277) is unknown color: approx Elm. HEX triplet: 29, 82 and 77. RGB value is (41,130,119). Sum of RGB (Red+Green+Blue) = 41+130+119=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #298277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298277 is #D67D88. Grayscale: #666666. Windows color (decimal): -14056841 or 7832105. OLE color: 7832105.

HSL color Cylindrical-coordinate representation of color #298277: hue angle of 172.58º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298277 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB41130119-
CMYK0.6800.080.49
HSL172.58º52.05%33.53%-
HSV(B)172.58º68.46%50.98%-
XYZ12.2317.7720.24-
YUV102.14137.5184.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=14.14%
G=44.83%
B=41.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301190.6800.080.49172.5852.0533.53
Hex298277440831ad3422
Octal51202167104010612556442
Binary10100110000010111011110001000100011000110101101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298277; }

 p { color: rgb(41,130,119); }

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

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

 a { background-color: rgb(41,130,119); }

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

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

 span { border-color: rgb(41,130,119); }

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