Html Css Color HEX #2B8F6D Elf Green

📋 copy color: '#2B8F6D'

red 43 ◦ green 143 ◦ blue 109

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

Shades of Elf Green #2B8F6D

Tints of Elf Green #2B8F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

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

R = 14.58%
G = 48.47%
B = 36.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#2B8F6D (or 0x2B8F6D) is known color: Elf Green. HEX triplet: 2B, 8F and 6D. RGB value is (43,143,109). Sum of RGB (Red+Green+Blue) = 43+143+109=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F6D is #D47092. Grayscale: #6D6D6D. Windows color (decimal): -13922451 or 7180075. OLE color: 7180075.

HSL color Cylindrical-coordinate representation of color #2B8F6D: hue angle of 159.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F6D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 143 109 -
CMYK 0.70 0 0.24 0.44
HSL 159.6º 0.54% 0.36% -
HSV(B) 159.6º 0.7% 0.56% -
XYZ 13.58 21.26 17.86 -
YUV 109.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 43 143 109 0.70 0 0.24 0.44 159.6 0.54 0.36
Hex 2B 8F 6D 46 0 18 2C A0 36 24
Octal 53 217 155 106 0 30 54 240 66 44
Binary 101011 10001111 1101101 1000110 0 11000 101100 10100000 110110 100100

Color Harmonies of #2B8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8F6D

Black with #2B8F6D

Text Example


Text Example

White with #2B8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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