#2D857A

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

Shades of Elm #2D857A

Tints of Elm #2D857A

Color information

#2D857A (or 0x2D857A) is unknown color: approx Elm. HEX triplet: 2D, 85 and 7A. RGB value is (45,133,122). Sum of RGB (Red+Green+Blue) = 45+133+122=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #2D857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D857A is #D27A85. Grayscale: #696969. Windows color (decimal): -13793926 or 8029485. OLE color: 8029485.

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

Color convert

RGB45133122-
CMYK0.6600.080.48
HSL172.5º49.44%34.9%-
HSV(B)172.5º66.17%52.16%-
XYZ12.9818.7421.34-
YUV105.43137.3584.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=15%
G=44.33%
B=40.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451331220.6600.080.48172.549.4434.9
Hex2D857A420830ac3123
Octal55205172102010602546143
Binary10110110000101111101010000100100011000010101100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,133,122); }

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

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

 a { background-color: rgb(45,133,122); }

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

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

 span { border-color: rgb(45,133,122); }

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