Html Css Color HEX #2B8973 Elf Green

📋 copy color: '#2B8973'

red 43 ◦ green 137 ◦ blue 115

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

Shades of Elf Green #2B8973

Tints of Elf Green #2B8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 14.58%
G = 46.44%
B = 38.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#2B8973 (or 0x2B8973) is known color: Elf Green. HEX triplet: 2B, 89 and 73. RGB value is (43,137,115). Sum of RGB (Red+Green+Blue) = 43+137+115=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8973 is #D4768C. Grayscale: #6A6A6A. Windows color (decimal): -13923981 or 7571755. OLE color: 7571755.

HSL color Cylindrical-coordinate representation of color #2B8973: hue angle of 165.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8973 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 115 -
CMYK 0.69 0 0.16 0.46
HSL 165.96º 0.52% 0.35% -
HSV(B) 165.96º 0.69% 0.54% -
XYZ 13.04 19.64 19.32 -
YUV 106.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 43 137 115 0.69 0 0.16 0.46 165.96 0.52 0.35
Hex 2B 89 73 45 0 10 2E A6 34 23
Octal 53 211 163 105 0 20 56 246 64 43
Binary 101011 10001001 1110011 1000101 0 10000 101110 10100110 110100 100011

Color Harmonies of #2B8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8973

Black with #2B8973

Text Example


Text Example

White with #2B8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,115); }

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

background-color css

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

 a { background-color: rgb(43,137,115); }

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

border-color css

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

 span { border-color: rgb(43,137,115); }

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