Html Css Color HEX #2B9377 Elf Green

📋 copy color: '#2B9377'

red 43 ◦ green 147 ◦ blue 119

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

Shades of Elf Green #2B9377

Tints of Elf Green #2B9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 13.92%
G = 47.57%
B = 38.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#2B9377 (or 0x2B9377) is known color: Elf Green. HEX triplet: 2B, 93 and 77. RGB value is (43,147,119). Sum of RGB (Red+Green+Blue) = 43+147+119=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9377 is #D46C88. Grayscale: #707070. Windows color (decimal): -13921417 or 7836459. OLE color: 7836459.

HSL color Cylindrical-coordinate representation of color #2B9377: hue angle of 163.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9377 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 147 119 -
CMYK 0.71 0 0.19 0.42
HSL 163.85º 0.55% 0.37% -
HSV(B) 163.85º 0.71% 0.58% -
XYZ 14.76 22.71 21.06 -
YUV 112.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 43 147 119 0.71 0 0.19 0.42 163.85 0.55 0.37
Hex 2B 93 77 47 0 13 2A A4 37 25
Octal 53 223 167 107 0 23 52 244 67 45
Binary 101011 10010011 1110111 1000111 0 10011 101010 10100100 110111 100101

Color Harmonies of #2B9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9377

Black with #2B9377

Text Example


Text Example

White with #2B9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,147,119); }

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

background-color css

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

 a { background-color: rgb(43,147,119); }

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

border-color css

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

 span { border-color: rgb(43,147,119); }

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