#2A8574

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

Shades of Elm #2A8574

Tints of Elm #2A8574

Color information

#2A8574 (or 0x2A8574) is unknown color: approx Elm. HEX triplet: 2A, 85 and 74. RGB value is (42,133,116). Sum of RGB (Red+Green+Blue) = 42+133+116=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8574 is #D57A8B. Grayscale: #676767. Windows color (decimal): -13990540 or 7636266. OLE color: 7636266.

HSL color Cylindrical-coordinate representation of color #2A8574: hue angle of 168.79º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8574 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB42133116-
CMYK0.6800.130.48
HSL168.79º52%34.31%-
HSV(B)168.79º68.42%52.16%-
XYZ12.4918.5319.44-
YUV103.85134.8583.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=14.43%
G=45.70%
B=39.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421331160.6800.130.48168.795234.31
Hex2A8574440D30a93422
Octal52205164104015602516442
Binary10101010000101111010010001000110111000010101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8574; }

 p { color: rgb(42,133,116); }

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

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

 a { background-color: rgb(42,133,116); }

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

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

 span { border-color: rgb(42,133,116); }

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