Html Css Color HEX #2B886C Elf Green

📋 copy color: '#2B886C'

red 43 ◦ green 136 ◦ blue 108

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

Shades of Elf Green #2B886C

Tints of Elf Green #2B886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 14.98%
G = 47.39%
B = 37.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#2B886C (or 0x2B886C) is known color: Elf Green. HEX triplet: 2B, 88 and 6C. RGB value is (43,136,108). Sum of RGB (Red+Green+Blue) = 43+136+108=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #2B886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B886C is #D47793. Grayscale: #696969. Windows color (decimal): -13924244 or 7112747. OLE color: 7112747.

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

Color convert

RGB 43 136 108 -
CMYK 0.68 0 0.21 0.47
HSL 161.94º 0.52% 0.35% -
HSV(B) 161.94º 0.68% 0.53% -
XYZ 12.51 19.2 17.24 -
YUV 105 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 43 136 108 0.68 0 0.21 0.47 161.94 0.52 0.35
Hex 2B 88 6C 44 0 15 2F A2 34 23
Octal 53 210 154 104 0 25 57 242 64 43
Binary 101011 10001000 1101100 1000100 0 10101 101111 10100010 110100 100011

Color Harmonies of #2B886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B886C

Black with #2B886C

Text Example


Text Example

White with #2B886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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