Html Css Color HEX #2B8B6C Elf Green

📋 copy color: '#2B8B6C'

red 43 ◦ green 139 ◦ blue 108

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

Shades of Elf Green #2B8B6C

Tints of Elf Green #2B8B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

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

R = 14.83%
G = 47.93%
B = 37.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#2B8B6C (or 0x2B8B6C) is known color: Elf Green. HEX triplet: 2B, 8B and 6C. RGB value is (43,139,108). Sum of RGB (Red+Green+Blue) = 43+139+108=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B6C is #D47493. Grayscale: #6A6A6A. Windows color (decimal): -13923476 or 7113515. OLE color: 7113515.

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

Color convert

RGB 43 139 108 -
CMYK 0.69 0 0.22 0.45
HSL 160.63º 0.53% 0.36% -
HSV(B) 160.63º 0.69% 0.55% -
XYZ 12.94 20.06 17.38 -
YUV 106.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 43 139 108 0.69 0 0.22 0.45 160.63 0.53 0.36
Hex 2B 8B 6C 45 0 16 2D A1 35 24
Octal 53 213 154 105 0 26 55 241 65 44
Binary 101011 10001011 1101100 1000101 0 10110 101101 10100001 110101 100100

Color Harmonies of #2B8B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8B6C

Black with #2B8B6C

Text Example


Text Example

White with #2B8B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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