Html Css Color HEX #2B8966 Elf Green

📋 copy color: '#2B8966'

red 43 ◦ green 137 ◦ blue 102

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

Shades of Elf Green #2B8966

Tints of Elf Green #2B8966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 15.25%
G = 48.58%
B = 36.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#2B8966 (or 0x2B8966) is known color: Elf Green. HEX triplet: 2B, 89 and 66. RGB value is (43,137,102). Sum of RGB (Red+Green+Blue) = 43+137+102=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8966 is #D47699. Grayscale: #686868. Windows color (decimal): -13923994 or 6719787. OLE color: 6719787.

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

Color convert

RGB 43 137 102 -
CMYK 0.69 0 0.26 0.46
HSL 157.66º 0.52% 0.35% -
HSV(B) 157.66º 0.69% 0.54% -
XYZ 12.34 19.36 15.66 -
YUV 104.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 43 137 102 0.69 0 0.26 0.46 157.66 0.52 0.35
Hex 2B 89 66 45 0 1A 2E 9E 34 23
Octal 53 211 146 105 0 32 56 236 64 43
Binary 101011 10001001 1100110 1000101 0 11010 101110 10011110 110100 100011

Color Harmonies of #2B8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8966

Black with #2B8966

Text Example


Text Example

White with #2B8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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