#2B8764

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

Shades of Elf Green #2B8764

Tints of Elf Green #2B8764

Color information

#2B8764 (or 0x2B8764) is unknown color: approx Elf Green. HEX triplet: 2B, 87 and 64. RGB value is (43,135,100). Sum of RGB (Red+Green+Blue) = 43+135+100=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8764 is #D4789B. Grayscale: #676767. Windows color (decimal): -13924508 or 6588203. OLE color: 6588203.

HSL color Cylindrical-coordinate representation of color #2B8764: hue angle of 157.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8764 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB43135100-
CMYK0.6800.260.47
HSL157.17º51.69%34.9%-
HSV(B)157.17º68.15%52.94%-
XYZ11.9618.7615.05-
YUV103.5126.0284.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=15.47%
G=48.56%
B=35.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431351000.6800.260.47157.1751.6934.9
Hex2B87644401A2F9d3423
Octal53207144104032572356443
Binary101011100001111100100100010001101010111110011101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,100); }

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

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

 a { background-color: rgb(43,135,100); }

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

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

 span { border-color: rgb(43,135,100); }

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