#298A81

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

Shades of Elm #298A81

Tints of Elm #298A81

Color information

#298A81 (or 0x298A81) is unknown color: approx Elm. HEX triplet: 29, 8A and 81. RGB value is (41,138,129). Sum of RGB (Red+Green+Blue) = 41+138+129=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #298A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A81 is #D6757E. Grayscale: #6B6B6B. Windows color (decimal): -14054783 or 8489513. OLE color: 8489513.

HSL color Cylindrical-coordinate representation of color #298A81: hue angle of 174.43º 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 #298A81 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB41138129-
CMYK0.7000.070.46
HSL174.43º54.19%35.1%-
HSV(B)174.43º70.29%54.12%-
XYZ13.9720.2323.94-
YUV107.97139.8680.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=13.31%
G=44.81%
B=41.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411381290.7000.070.46174.4354.1935.1
Hex298A8146072Eae3623
Octal5121220110607562566643
Binary10100110001010100000011000110011110111010101110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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