#2B8D6A

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

Shades of Elf Green #2B8D6A

Tints of Elf Green #2B8D6A

Color information

#2B8D6A (or 0x2B8D6A) is unknown color: approx Elf Green. HEX triplet: 2B, 8D and 6A. RGB value is (43,141,106). Sum of RGB (Red+Green+Blue) = 43+141+106=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D6A is #D47295. Grayscale: #6B6B6B. Windows color (decimal): -13922966 or 6982955. OLE color: 6982955.

HSL color Cylindrical-coordinate representation of color #2B8D6A: hue angle of 158.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D6A is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB43141106-
CMYK0.7000.250.45
HSL158.57º53.26%36.08%-
HSV(B)158.57º69.5%55.29%-
XYZ13.1220.616.92-
YUV107.71127.0381.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.83%
GREEN value IS 141 (55.47% from 255) = 48.62%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=14.83%
G=48.62%
B=36.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431411060.7000.250.45158.5753.2636.08
Hex2B8D6A460192D9f3524
Octal53215152106031552376544
Binary101011100011011101010100011001100110110110011111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,106); }

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

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

 a { background-color: rgb(43,141,106); }

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

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

 span { border-color: rgb(43,141,106); }

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