#2D8E83

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

Shades of Elm #2D8E83

Tints of Elm #2D8E83

Color information

#2D8E83 (or 0x2D8E83) is unknown color: approx Elm. HEX triplet: 2D, 8E and 83. RGB value is (45,142,131). Sum of RGB (Red+Green+Blue) = 45+142+131=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8E83 is #D2717C. Grayscale: #6F6F6F. Windows color (decimal): -13791613 or 8621613. OLE color: 8621613.

HSL color Cylindrical-coordinate representation of color #2D8E83: hue angle of 173.2º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8E83 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB45142131-
CMYK0.6800.080.44
HSL173.2º51.87%36.67%-
HSV(B)173.2º68.31%55.69%-
XYZ14.8521.5424.85-
YUV111.74138.8680.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=14.15%
G=44.65%
B=41.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451421310.6800.080.44173.251.8736.67
Hex2D8E8344082Cad3425
Octal55216203104010542556445
Binary101101100011101000001110001000100010110010101101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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