#2B8864

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

Shades of Elf Green #2B8864

Tints of Elf Green #2B8864

Color information

#2B8864 (or 0x2B8864) is unknown color: approx Elf Green. HEX triplet: 2B, 88 and 64. RGB value is (43,136,100). Sum of RGB (Red+Green+Blue) = 43+136+100=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8864 is #D4779B. Grayscale: #686868. Windows color (decimal): -13924252 or 6588459. OLE color: 6588459.

HSL color Cylindrical-coordinate representation of color #2B8864: hue angle of 156.77º 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 #2B8864 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB43136100-
CMYK0.6800.260.47
HSL156.77º51.96%35.1%-
HSV(B)156.77º68.38%53.33%-
XYZ12.119.0415.09-
YUV104.09125.6984.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=15.41%
G=48.75%
B=35.84%

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
Decimal431361000.6800.260.47156.7751.9635.1
Hex2B88644401A2F9d3423
Octal53210144104032572356443
Binary101011100010001100100100010001101010111110011101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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