#2F8679

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

Shades of Elm #2F8679

Tints of Elm #2F8679

Color information

#2F8679 (or 0x2F8679) is unknown color: approx Elm. HEX triplet: 2F, 86 and 79. RGB value is (47,134,121). Sum of RGB (Red+Green+Blue) = 47+134+121=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8679 is #D07986. Grayscale: #6A6A6A. Windows color (decimal): -13662599 or 7964207. OLE color: 7964207.

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

Color convert

RGB47134121-
CMYK0.6500.100.47
HSL171.03º48.07%35.49%-
HSV(B)171.03º64.93%52.55%-
XYZ13.1519.0421.07-
YUV106.5136.1885.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=15.56%
G=44.37%
B=40.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471341210.6500.100.47171.0348.0735.49
Hex2F8679410A2Fab3023
Octal57206171101012572536043
Binary10111110000110111100110000010101010111110101011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,134,121); }

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

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

 a { background-color: rgb(47,134,121); }

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

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

 span { border-color: rgb(47,134,121); }

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