#2A8C83

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

Shades of Elm #2A8C83

Tints of Elm #2A8C83

Color information

#2A8C83 (or 0x2A8C83) is unknown color: approx Elm. HEX triplet: 2A, 8C and 83. RGB value is (42,140,131). Sum of RGB (Red+Green+Blue) = 42+140+131=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8C83 is #D5737C. Grayscale: #6D6D6D. Windows color (decimal): -13988733 or 8621098. OLE color: 8621098.

HSL color Cylindrical-coordinate representation of color #2A8C83: hue angle of 174.49º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8C83 is Cyan = 0.7, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB42140131-
CMYK0.700.060.45
HSL174.49º53.85%35.69%-
HSV(B)174.49º70%54.9%-
XYZ14.4320.8924.74-
YUV109.67140.0379.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=13.42%
G=44.73%
B=41.85%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421401310.700.060.45174.4953.8535.69
Hex2A8C8346062Dae3624
Octal5221420310606552566644
Binary10101010001100100000111000110011010110110101110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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