Html Css Color HEX #2C8B71 Elf Green

📋 copy color: '#2C8B71'

red 44 ◦ green 139 ◦ blue 113

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

Shades of Elf Green #2C8B71

Tints of Elf Green #2C8B71

RGB

 RED value IS 44 (17.58% from 255) = 14.86%

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 14.86%
G = 46.96%
B = 38.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#2C8B71 (or 0x2C8B71) is known color: Elf Green. HEX triplet: 2C, 8B and 71. RGB value is (44,139,113). Sum of RGB (Red+Green+Blue) = 44+139+113=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8B71 is #D3748E. Grayscale: #6B6B6B. Windows color (decimal): -13857935 or 7441196. OLE color: 7441196.

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

Color convert

RGB 44 139 113 -
CMYK 0.68 0 0.19 0.45
HSL 163.58º 0.52% 0.36% -
HSV(B) 163.58º 0.68% 0.55% -
XYZ 13.25 20.19 18.82 -
YUV 107.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 44 139 113 0.68 0 0.19 0.45 163.58 0.52 0.36
Hex 2C 8B 71 44 0 13 2D A4 34 24
Octal 54 213 161 104 0 23 55 244 64 44
Binary 101100 10001011 1110001 1000100 0 10011 101101 10100100 110100 100100

Color Harmonies of #2C8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8B71

Black with #2C8B71

Text Example


Text Example

White with #2C8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,139,113); }

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

background-color css

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

 a { background-color: rgb(44,139,113); }

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

border-color css

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

 span { border-color: rgb(44,139,113); }

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