Html Css Color HEX #2B9973 Elf Green

📋 copy color: '#2B9973'

red 43 ◦ green 153 ◦ blue 115

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

Shades of Elf Green #2B9973

Tints of Elf Green #2B9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

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

R = 13.83%
G = 49.2%
B = 36.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#2B9973 (or 0x2B9973) is known color: Elf Green. HEX triplet: 2B, 99 and 73. RGB value is (43,153,115). Sum of RGB (Red+Green+Blue) = 43+153+115=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9973 is #D4668C. Grayscale: #737373. Windows color (decimal): -13919885 or 7575851. OLE color: 7575851.

HSL color Cylindrical-coordinate representation of color #2B9973: hue angle of 159.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9973 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 115 -
CMYK 0.72 0 0.25 0.4
HSL 159.27º 0.56% 0.38% -
HSV(B) 159.27º 0.72% 0.6% -
XYZ 15.48 24.53 20.14 -
YUV 115.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 43 153 115 0.72 0 0.25 0.4 159.27 0.56 0.38
Hex 2B 99 73 48 0 19 28 9F 38 26
Octal 53 231 163 110 0 31 50 237 70 46
Binary 101011 10011001 1110011 1001000 0 11001 101000 10011111 111000 100110

Color Harmonies of #2B9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9973

Black with #2B9973

Text Example


Text Example

White with #2B9973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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