Html Css Color HEX #2B876C Elf Green

📋 copy color: '#2B876C'

red 43 ◦ green 135 ◦ blue 108

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

Shades of Elf Green #2B876C

Tints of Elf Green #2B876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

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

R = 15.03%
G = 47.2%
B = 37.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#2B876C (or 0x2B876C) is known color: Elf Green. HEX triplet: 2B, 87 and 6C. RGB value is (43,135,108). Sum of RGB (Red+Green+Blue) = 43+135+108=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #2B876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B876C is #D47893. Grayscale: #686868. Windows color (decimal): -13924500 or 7112491. OLE color: 7112491.

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

Color convert

RGB 43 135 108 -
CMYK 0.68 0 0.2 0.47
HSL 162.39º 0.52% 0.35% -
HSV(B) 162.39º 0.68% 0.53% -
XYZ 12.37 18.92 17.19 -
YUV 104.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 43 135 108 0.68 0 0.2 0.47 162.39 0.52 0.35
Hex 2B 87 6C 44 0 14 2F A2 34 23
Octal 53 207 154 104 0 24 57 242 64 43
Binary 101011 10000111 1101100 1000100 0 10100 101111 10100010 110100 100011

Color Harmonies of #2B876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B876C

Black with #2B876C

Text Example


Text Example

White with #2B876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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