#298175

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

Shades of Elm #298175

Tints of Elm #298175

Color information

#298175 (or 0x298175) is unknown color: approx Elm. HEX triplet: 29, 81 and 75. RGB value is (41,129,117). Sum of RGB (Red+Green+Blue) = 41+129+117=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #298175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298175 is #D67E8A. Grayscale: #656565. Windows color (decimal): -14057099 or 7700777. OLE color: 7700777.

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

Color convert

RGB41129117-
CMYK0.6800.090.49
HSL171.82º51.76%33.33%-
HSV(B)171.82º68.22%50.59%-
XYZ11.9817.4619.57-
YUV101.32136.8584.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=14.29%
G=44.95%
B=40.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291170.6800.090.49171.8251.7633.33
Hex298175440931ac3421
Octal51201165104011612546441
Binary10100110000001111010110001000100111000110101100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298175; }

 p { color: rgb(41,129,117); }

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

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

 a { background-color: rgb(41,129,117); }

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

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

 span { border-color: rgb(41,129,117); }

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