#2A8263

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

Shades of Elf Green #2A8263

Tints of Elf Green #2A8263

Color information

#2A8263 (or 0x2A8263) is unknown color: approx Elf Green. HEX triplet: 2A, 82 and 63. RGB value is (42,130,99). Sum of RGB (Red+Green+Blue) = 42+130+99=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8263 is #D57D9C. Grayscale: #646464. Windows color (decimal): -13991325 or 6521386. OLE color: 6521386.

HSL color Cylindrical-coordinate representation of color #2A8263: hue angle of 158.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8263 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB4213099-
CMYK0.6800.240.49
HSL158.86º51.16%33.73%-
HSV(B)158.86º67.69%50.98%-
XYZ11.1917.3614.57-
YUV100.15127.3586.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=15.50%
G=47.97%
B=36.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130990.6800.240.49158.8651.1633.73
Hex2A826344018319f3322
Octal52202143104030612376342
Binary101010100000101100011100010001100011000110011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,99); }

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

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

 a { background-color: rgb(42,130,99); }

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

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

 span { border-color: rgb(42,130,99); }

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