Html Css Color HEX #2B886A Elf Green

📋 copy color: '#2B886A'

red 43 ◦ green 136 ◦ blue 106

#2B886A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #2B886A

Tints of Elf Green #2B886A

RGB

 RED value IS 43 (17.19% from 255) = 15.09%

 GREEN value IS 136 (53.52% from 255) = 47.72%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 15.09%
G = 47.72%
B = 37.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#2B886A (or 0x2B886A) is known color: Elf Green. HEX triplet: 2B, 88 and 6A. RGB value is (43,136,106). Sum of RGB (Red+Green+Blue) = 43+136+106=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #2B886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B886A is #D47795. Grayscale: #686868. Windows color (decimal): -13924246 or 6981675. OLE color: 6981675.

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

Color convert

RGB 43 136 106 -
CMYK 0.68 0 0.22 0.47
HSL 160.65º 0.52% 0.35% -
HSV(B) 160.65º 0.68% 0.53% -
XYZ 12.4 19.16 16.68 -
YUV 104.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 43 136 106 0.68 0 0.22 0.47 160.65 0.52 0.35
Hex 2B 88 6A 44 0 16 2F A1 34 23
Octal 53 210 152 104 0 26 57 241 64 43
Binary 101011 10001000 1101010 1000100 0 10110 101111 10100001 110100 100011

Color Harmonies of #2B886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B886A

Black with #2B886A

Text Example


Text Example

White with #2B886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B886A;
 }
 .AnyTagClassName
 {
   color: #2B886A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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