#298880

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

Shades of Elm #298880

Tints of Elm #298880

Color information

#298880 (or 0x298880) is unknown color: approx Elm. HEX triplet: 29, 88 and 80. RGB value is (41,136,128). Sum of RGB (Red+Green+Blue) = 41+136+128=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #298880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298880 is #D6777F. Grayscale: #6A6A6A. Windows color (decimal): -14055296 or 8423465. OLE color: 8423465.

HSL color Cylindrical-coordinate representation of color #298880: hue angle of 174.95º 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 #298880 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB41136128-
CMYK0.7000.060.47
HSL174.95º53.67%34.71%-
HSV(B)174.95º69.85%53.33%-
XYZ13.6119.6423.5-
YUV106.68140.0381.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=13.44%
G=44.59%
B=41.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411361280.7000.060.47174.9553.6734.71
Hex29888046062Faf3623
Octal5121020010606572576643
Binary10100110001000100000001000110011010111110101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298880; }

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

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

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

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

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

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

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

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