#2A986F

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

Shades of Elf Green #2A986F

Tints of Elf Green #2A986F

Color information

#2A986F (or 0x2A986F) is unknown color: approx Elf Green. HEX triplet: 2A, 98 and 6F. RGB value is (42,152,111). Sum of RGB (Red+Green+Blue) = 42+152+111=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #2A986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A986F is #D56790. Grayscale: #727272. Windows color (decimal): -13985681 or 7313450. OLE color: 7313450.

HSL color Cylindrical-coordinate representation of color #2A986F: hue angle of 157.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A986F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB42152111-
CMYK0.7200.270.40
HSL157.64º56.7%38.04%-
HSV(B)157.64º72.37%59.61%-
XYZ15.0524.118.9-
YUV114.44126.0676.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=13.77%
G=49.84%
B=36.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521110.7200.270.40157.6456.738.04
Hex2A986F4801B289e3926
Octal52230157110033502367146
Binary101010100110001101111100100001101110100010011110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,111); }

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

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

 a { background-color: rgb(42,152,111); }

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

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

 span { border-color: rgb(42,152,111); }

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