#298779

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

Shades of Elm #298779

Tints of Elm #298779

Color information

#298779 (or 0x298779) is unknown color: approx Elm. HEX triplet: 29, 87 and 79. RGB value is (41,135,121). Sum of RGB (Red+Green+Blue) = 41+135+121=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #298779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298779 is #D67886. Grayscale: #696969. Windows color (decimal): -14055559 or 7964457. OLE color: 7964457.

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

Color convert

RGB41135121-
CMYK0.7000.100.47
HSL171.06º53.41%34.51%-
HSV(B)171.06º69.63%52.94%-
XYZ13.0319.1821.1-
YUV105.3136.8682.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=13.80%
G=45.45%
B=40.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411351210.7000.100.47171.0653.4134.51
Hex298779460A2Fab3523
Octal51207171106012572536543
Binary10100110000111111100110001100101010111110101011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298779; }

 p { color: rgb(41,135,121); }

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

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

 a { background-color: rgb(41,135,121); }

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

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

 span { border-color: rgb(41,135,121); }

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