#2D8A83

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

Shades of Elm #2D8A83

Tints of Elm #2D8A83

Color information

#2D8A83 (or 0x2D8A83) is unknown color: approx Elm. HEX triplet: 2D, 8A and 83. RGB value is (45,138,131). Sum of RGB (Red+Green+Blue) = 45+138+131=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8A83 is #D2757C. Grayscale: #6D6D6D. Windows color (decimal): -13792637 or 8620589. OLE color: 8620589.

HSL color Cylindrical-coordinate representation of color #2D8A83: hue angle of 175.48º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A83 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB45138131-
CMYK0.6700.050.46
HSL175.48º50.82%35.88%-
HSV(B)175.48º67.39%54.12%-
XYZ14.2720.3724.65-
YUV109.4140.1982.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.33%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=14.33%
G=43.95%
B=41.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451381310.6700.050.46175.4850.8235.88
Hex2D8A8343052Eaf3324
Octal5521220310305562576344
Binary10110110001010100000111000011010110111010101111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,138,131); }

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

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

 a { background-color: rgb(45,138,131); }

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

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

 span { border-color: rgb(45,138,131); }

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