Html Css Color HEX #2B8A6D Elf Green

📋 copy color: '#2B8A6D'

red 43 ◦ green 138 ◦ blue 109

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

Shades of Elf Green #2B8A6D

Tints of Elf Green #2B8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.59%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 14.83%
G = 47.59%
B = 37.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#2B8A6D (or 0x2B8A6D) is known color: Elf Green. HEX triplet: 2B, 8A and 6D. RGB value is (43,138,109). Sum of RGB (Red+Green+Blue) = 43+138+109=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A6D is #D47592. Grayscale: #6A6A6A. Windows color (decimal): -13923731 or 7178795. OLE color: 7178795.

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

Color convert

RGB 43 138 109 -
CMYK 0.69 0 0.21 0.46
HSL 161.68º 0.52% 0.35% -
HSV(B) 161.68º 0.69% 0.54% -
XYZ 12.85 19.79 17.61 -
YUV 106.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 43 138 109 0.69 0 0.21 0.46 161.68 0.52 0.35
Hex 2B 8A 6D 45 0 15 2E A2 34 23
Octal 53 212 155 105 0 25 56 242 64 43
Binary 101011 10001010 1101101 1000101 0 10101 101110 10100010 110100 100011

Color Harmonies of #2B8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8A6D

Black with #2B8A6D

Text Example


Text Example

White with #2B8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,138,109); }

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

background-color css

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

 a { background-color: rgb(43,138,109); }

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

border-color css

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

 span { border-color: rgb(43,138,109); }

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