#298A82

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

Shades of Elm #298A82

Tints of Elm #298A82

Color information

#298A82 (or 0x298A82) is unknown color: approx Elm. HEX triplet: 29, 8A and 82. RGB value is (41,138,130). Sum of RGB (Red+Green+Blue) = 41+138+130=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #298A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A82 is #D6757D. Grayscale: #6C6C6C. Windows color (decimal): -14054782 or 8555049. OLE color: 8555049.

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

Color convert

RGB41138130-
CMYK0.7000.060.46
HSL175.05º54.19%35.1%-
HSV(B)175.05º70.29%54.12%-
XYZ14.0320.2624.29-
YUV108.08140.3680.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=13.27%
G=44.66%
B=42.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411381300.7000.060.46175.0554.1935.1
Hex298A8246062Eaf3623
Octal5121220210606562576643
Binary10100110001010100000101000110011010111010101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298A82; }

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

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

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

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

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

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

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

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