#2D877A

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

Shades of Elm #2D877A

Tints of Elm #2D877A

Color information

#2D877A (or 0x2D877A) is unknown color: approx Elm. HEX triplet: 2D, 87 and 7A. RGB value is (45,135,122). Sum of RGB (Red+Green+Blue) = 45+135+122=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #2D877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D877A is #D27885. Grayscale: #6A6A6A. Windows color (decimal): -13793414 or 8029997. OLE color: 8029997.

HSL color Cylindrical-coordinate representation of color #2D877A: hue angle of 171.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D877A is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB45135122-
CMYK0.6700.100.47
HSL171.33º50%35.29%-
HSV(B)171.33º66.67%52.94%-
XYZ13.2619.2921.44-
YUV106.61136.6884.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=14.90%
G=44.70%
B=40.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451351220.6700.100.47171.335035.29
Hex2D877A430A2Fab3223
Octal55207172103012572536243
Binary10110110000111111101010000110101010111110101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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