#2A936C

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

Shades of Elf Green #2A936C

Tints of Elf Green #2A936C

Color information

#2A936C (or 0x2A936C) is unknown color: approx Elf Green. HEX triplet: 2A, 93 and 6C. RGB value is (42,147,108). Sum of RGB (Red+Green+Blue) = 42+147+108=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #2A936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A936C is #D56C93. Grayscale: #6F6F6F. Windows color (decimal): -13986964 or 7115562. OLE color: 7115562.

HSL color Cylindrical-coordinate representation of color #2A936C: hue angle of 157.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A936C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB42147108-
CMYK0.7100.270.42
HSL157.71º55.56%37.06%-
HSV(B)157.71º71.43%57.65%-
XYZ14.122.4417.78-
YUV111.16126.2178.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=14.14%
G=49.49%
B=36.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421471080.7100.270.42157.7155.5637.06
Hex2A936C4701B2A9e3825
Octal52223154107033522367045
Binary101010100100111101100100011101101110101010011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,108); }

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

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

 a { background-color: rgb(42,147,108); }

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

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

 span { border-color: rgb(42,147,108); }

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