#2A8163

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

Shades of Elf Green #2A8163

Tints of Elf Green #2A8163

Color information

#2A8163 (or 0x2A8163) is unknown color: approx Elf Green. HEX triplet: 2A, 81 and 63. RGB value is (42,129,99). Sum of RGB (Red+Green+Blue) = 42+129+99=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8163 is #D57E9C. Grayscale: #636363. Windows color (decimal): -13991581 or 6521130. OLE color: 6521130.

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

Color convert

RGB4212999-
CMYK0.6700.230.49
HSL159.31º50.88%33.53%-
HSV(B)159.31º67.44%50.59%-
XYZ11.0617.0914.52-
YUV99.57127.6886.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=15.56%
G=47.78%
B=36.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42129990.6700.230.49159.3150.8833.53
Hex2A816343017319f3322
Octal52201143103027612376342
Binary101010100000011100011100001101011111000110011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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