#2A8375

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

Shades of Elm #2A8375

Tints of Elm #2A8375

Color information

#2A8375 (or 0x2A8375) is unknown color: approx Elm. HEX triplet: 2A, 83 and 75. RGB value is (42,131,117). Sum of RGB (Red+Green+Blue) = 42+131+117=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #2A8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8375 is #D57C8A. Grayscale: #666666. Windows color (decimal): -13991051 or 7701290. OLE color: 7701290.

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

Color convert

RGB42131117-
CMYK0.6800.110.49
HSL170.56º51.45%33.92%-
HSV(B)170.56º67.94%51.37%-
XYZ12.2818.0119.66-
YUV102.79136.0184.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=14.48%
G=45.17%
B=40.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421311170.6800.110.49170.5651.4533.92
Hex2A8375440B31ab3322
Octal52203165104013612536342
Binary10101010000011111010110001000101111000110101011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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