#2A8875

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

Shades of Elm #2A8875

Tints of Elm #2A8875

Color information

#2A8875 (or 0x2A8875) is unknown color: approx Elm. HEX triplet: 2A, 88 and 75. RGB value is (42,136,117). Sum of RGB (Red+Green+Blue) = 42+136+117=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8875 is #D5778A. Grayscale: #696969. Windows color (decimal): -13989771 or 7702570. OLE color: 7702570.

HSL color Cylindrical-coordinate representation of color #2A8875: hue angle of 167.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8875 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB42136117-
CMYK0.6900.140.47
HSL167.87º52.81%34.9%-
HSV(B)167.87º69.12%53.33%-
XYZ12.9719.3819.89-
YUV105.73134.3682.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=14.24%
G=46.10%
B=39.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421361170.6900.140.47167.8752.8134.9
Hex2A8875450E2Fa83523
Octal52210165105016572506543
Binary10101010001000111010110001010111010111110101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,117); }

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

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

 a { background-color: rgb(42,136,117); }

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

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

 span { border-color: rgb(42,136,117); }

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