#2B8C69

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

Shades of Elf Green #2B8C69

Tints of Elf Green #2B8C69

Color information

#2B8C69 (or 0x2B8C69) is unknown color: approx Elf Green. HEX triplet: 2B, 8C and 69. RGB value is (43,140,105). Sum of RGB (Red+Green+Blue) = 43+140+105=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C69 is #D47396. Grayscale: #6B6B6B. Windows color (decimal): -13923223 or 6917163. OLE color: 6917163.

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

Color convert

RGB43140105-
CMYK0.6900.250.45
HSL158.35º53.01%35.88%-
HSV(B)158.35º69.29%54.9%-
XYZ12.9220.2916.6-
YUV107.01126.8682.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=14.93%
G=48.61%
B=36.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431401050.6900.250.45158.3553.0135.88
Hex2B8C69450192D9e3524
Octal53214151105031552366544
Binary101011100011001101001100010101100110110110011110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,105); }

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

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

 a { background-color: rgb(43,140,105); }

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

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

 span { border-color: rgb(43,140,105); }

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