#298875

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

Shades of Elm #298875

Tints of Elm #298875

Color information

#298875 (or 0x298875) is unknown color: approx Elm. HEX triplet: 29, 88 and 75. RGB value is (41,136,117). Sum of RGB (Red+Green+Blue) = 41+136+117=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #298875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298875 is #D6778A. Grayscale: #696969. Windows color (decimal): -14055307 or 7702569. OLE color: 7702569.

HSL color Cylindrical-coordinate representation of color #298875: hue angle of 168º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298875 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB41136117-
CMYK0.7000.140.47
HSL168º53.67%34.71%-
HSV(B)168º69.85%53.33%-
XYZ12.9319.3619.89-
YUV105.43134.5382.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=13.95%
G=46.26%
B=39.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411361170.7000.140.4716853.6734.71
Hex298875460E2Fa83623
Octal51210165106016572506643
Binary10100110001000111010110001100111010111110101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298875; }

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

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

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

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

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

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

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

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