Html Css Color HEX #2B8D6C Elf Green

📋 copy color: '#2B8D6C'

red 43 ◦ green 141 ◦ blue 108

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

Shades of Elf Green #2B8D6C

Tints of Elf Green #2B8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.29%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 14.73%
G = 48.29%
B = 36.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#2B8D6C (or 0x2B8D6C) is known color: Elf Green. HEX triplet: 2B, 8D and 6C. RGB value is (43,141,108). Sum of RGB (Red+Green+Blue) = 43+141+108=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D6C is #D47293. Grayscale: #6B6B6B. Windows color (decimal): -13922964 or 7114027. OLE color: 7114027.

HSL color Cylindrical-coordinate representation of color #2B8D6C: hue angle of 159.8º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D6C is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 141 108 -
CMYK 0.70 0 0.23 0.45
HSL 159.8º 0.53% 0.36% -
HSV(B) 159.8º 0.7% 0.55% -
XYZ 13.23 20.65 17.48 -
YUV 107.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 43 141 108 0.70 0 0.23 0.45 159.8 0.53 0.36
Hex 2B 8D 6C 46 0 17 2D A0 35 24
Octal 53 215 154 106 0 27 55 240 65 44
Binary 101011 10001101 1101100 1000110 0 10111 101101 10100000 110101 100100

Color Harmonies of #2B8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8D6C

Black with #2B8D6C

Text Example


Text Example

White with #2B8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,141,108); }

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

background-color css

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

 a { background-color: rgb(43,141,108); }

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

border-color css

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

 span { border-color: rgb(43,141,108); }

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