#2D837D

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

Shades of Elm #2D837D

Tints of Elm #2D837D

Color information

#2D837D (or 0x2D837D) is unknown color: approx Elm. HEX triplet: 2D, 83 and 7D. RGB value is (45,131,125). Sum of RGB (Red+Green+Blue) = 45+131+125=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #2D837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D837D is #D27C82. Grayscale: #686868. Windows color (decimal): -13794435 or 8225581. OLE color: 8225581.

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

Color convert

RGB45131125-
CMYK0.6600.050.49
HSL175.81º48.86%34.51%-
HSV(B)175.81º65.65%51.37%-
XYZ12.918.2722.25-
YUV104.6139.5185.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=14.95%
G=43.52%
B=41.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451311250.6600.050.49175.8148.8634.51
Hex2D837D420531b03123
Octal5520317510205612606143
Binary1011011000001111111011000010010111000110110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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