#2A877F

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

Shades of Elm #2A877F

Tints of Elm #2A877F

Color information

#2A877F (or 0x2A877F) is unknown color: approx Elm. HEX triplet: 2A, 87 and 7F. RGB value is (42,135,127). Sum of RGB (Red+Green+Blue) = 42+135+127=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #2A877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A877F is #D57880. Grayscale: #6A6A6A. Windows color (decimal): -13990017 or 8357674. OLE color: 8357674.

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

Color convert

RGB42135127-
CMYK0.6900.060.47
HSL174.84º52.54%34.71%-
HSV(B)174.84º68.89%52.94%-
XYZ13.4519.3523.11-
YUV106.28139.6982.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 127 (50% from 255) = 41.78%
R=13.82%
G=44.41%
B=41.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421351270.6900.060.47174.8452.5434.71
Hex2A877F45062Faf3523
Octal5220717710506572576543
Binary1010101000011111111111000101011010111110101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,127); }

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

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

 a { background-color: rgb(42,135,127); }

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

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

 span { border-color: rgb(42,135,127); }

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